#C8AE50

Color #C8AE50 Sundance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundance #C8AE50

Tints of Sundance #C8AE50

Color information

#C8AE50 (or 0xC8AE50) is unknown color: approx Sundance. HEX triplet: C8, AE and 50. RGB value is (200,174,80). Sum of RGB (Red+Green+Blue) = 200+174+80=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AE50 is #3751AF. Grayscale: #ABABAB. Windows color (decimal): -3625392 or 5287624. OLE color: 5287624.

HSL color Cylindrical-coordinate representation of color #C8AE50: hue angle of 47º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8AE50 is Cyan = 0, Magento = 0.13, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB20017480-
CMYK00.130.60.22
HSL47º52.17%54.9%-
HSV(B)47º60%78.43%-
XYZ40.443.1313.78-
YUV171.0676.61148.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 44.05%
GREEN value IS 174 (68.36% from 255) = 38.33%
BLUE value IS 80 (31.64% from 255) = 17.62%
R=44.05%
G=38.33%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.6
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001748000.130.60.224752.1754.9
HexC8AE500D3C162f3437
Octal3102561200157426576467
Binary110010001010111010100000110111110010110101111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AE50; }

 p { color: rgb(200,174,80); }

 H1.HeaderClassName
 {
   color: #C8AE50;
 }
 .AnyTagClassName
 {
   color: #C8AE50;
 }
</style>
background-color css

<style>
 a { background-color: #C8AE50; }

 a { background-color: rgb(200,174,80); }

 div.DivClassName
 {
   background-color: #C8AE50;
 }
 .BgClassName
 {
   background-color: #C8AE50;
 }
</style>
border-color css

<style>
 span { border-color: #C8AE50; }

 span { border-color: rgb(200,174,80); }

 td.TdClassName
 {
   border-color: #C8AE50;
 }
 .TagClassName
 {
   border-color: #C8AE50;
 }
</style>