#C8AA49

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

Shades of Sundance #C8AA49

Tints of Sundance #C8AA49

Color information

#C8AA49 (or 0xC8AA49) is unknown color: approx Sundance. HEX triplet: C8, AA and 49. RGB value is (200,170,73). Sum of RGB (Red+Green+Blue) = 200+170+73=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AA49 is #3755B6. Grayscale: #A8A8A8. Windows color (decimal): -3626423 or 4827848. OLE color: 4827848.

HSL color Cylindrical-coordinate representation of color #C8AA49: hue angle of 45.83º 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 #C8AA49 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB20017073-
CMYK00.150.640.22
HSL45.83º53.59%53.53%-
HSV(B)45.83º63.5%78.43%-
XYZ39.441.5112.24-
YUV167.9174.44150.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.15%
GREEN value IS 170 (66.80% from 255) = 38.37%
BLUE value IS 73 (28.91% from 255) = 16.48%
R=45.15%
G=38.37%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001707300.150.640.2245.8353.5953.53
HexC8AA490F40162e3636
Octal31025211101710026566666
Binary1100100010101010100100101111100000010110101110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AA49; }

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

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

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

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

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

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

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

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