#C0AA44

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

Shades of Sundance #C0AA44

Tints of Sundance #C0AA44

Color information

#C0AA44 (or 0xC0AA44) is unknown color: approx Sundance. HEX triplet: C0, AA and 44. RGB value is (192,170,68). Sum of RGB (Red+Green+Blue) = 192+170+68=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 68 (26.95% from 255 or 15.81% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AA44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AA44 is #3F55BB. Grayscale: #A5A5A5. Windows color (decimal): -4150716 or 4500160. OLE color: 4500160.

HSL color Cylindrical-coordinate representation of color #C0AA44: hue angle of 49.35º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0AA44 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB19217068-
CMYK00.110.650.25
HSL49.35º49.6%50.98%-
HSV(B)49.35º64.58%75.29%-
XYZ37.1640.3711.3-
YUV164.9573.29147.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.65%
GREEN value IS 170 (66.80% from 255) = 39.53%
BLUE value IS 68 (26.95% from 255) = 15.81%
R=44.65%
G=39.53%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921706800.110.650.2549.3549.650.98
HexC0AA440B4119313233
Octal30025210401310131616263
Binary1100000010101010100010001011100000111001110001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AA44; }

 p { color: rgb(192,170,68); }

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

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

 a { background-color: rgb(192,170,68); }

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

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

 span { border-color: rgb(192,170,68); }

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