#C8A049

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

Shades of Sundance #C8A049

Tints of Sundance #C8A049

Color information

#C8A049 (or 0xC8A049) is unknown color: approx Sundance. HEX triplet: C8, A0 and 49. RGB value is (200,160,73). Sum of RGB (Red+Green+Blue) = 200+160+73=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 73 (28.91% from 255 or 16.86% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A049 is #375FB6. Grayscale: #A2A2A2. Windows color (decimal): -3628983 or 4825288. OLE color: 4825288.

HSL color Cylindrical-coordinate representation of color #C8A049: hue angle of 41.1º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8A049 is Cyan = 0, Magento = 0.2, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB20016073-
CMYK00.20.640.22
HSL41.1º53.59%53.53%-
HSV(B)41.1º63.5%78.43%-
XYZ37.5937.911.64-
YUV162.0477.75155.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.19%
GREEN value IS 160 (62.89% from 255) = 36.95%
BLUE value IS 73 (28.91% from 255) = 16.86%
R=46.19%
G=36.95%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001607300.20.640.2241.153.5953.53
HexC8A0490144016293636
Octal31024011102410026516666
Binary11001000101000001001001010100100000010110101001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A049; }

 p { color: rgb(200,160,73); }

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

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

 a { background-color: rgb(200,160,73); }

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

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

 span { border-color: rgb(200,160,73); }

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