#C0A14D

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

Shades of Sundance #C0A14D

Tints of Sundance #C0A14D

Color information

#C0A14D (or 0xC0A14D) is unknown color: approx Sundance. HEX triplet: C0, A1 and 4D. RGB value is (192,161,77). Sum of RGB (Red+Green+Blue) = 192+161+77=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A14D is #3F5EB2. Grayscale: #A1A1A1. Windows color (decimal): -4153011 or 5087680. OLE color: 5087680.

HSL color Cylindrical-coordinate representation of color #C0A14D: hue angle of 43.83º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0A14D is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB19216177-
CMYK00.160.600.25
HSL43.83º47.72%52.75%-
HSV(B)43.83º59.9%75.29%-
XYZ35.8237.2312.32-
YUV160.6980.77150.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.65%
GREEN value IS 161 (63.28% from 255) = 37.44%
BLUE value IS 77 (30.47% from 255) = 17.91%
R=44.65%
G=37.44%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921617700.160.600.2543.8347.7252.75
HexC0A14D0103C192c3035
Octal3002411150207431546065
Binary1100000010100001100110101000011110011001101100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A14D; }

 p { color: rgb(192,161,77); }

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

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

 a { background-color: rgb(192,161,77); }

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

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

 span { border-color: rgb(192,161,77); }

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