#C0A649

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

Shades of Sundance #C0A649

Tints of Sundance #C0A649

Color information

#C0A649 (or 0xC0A649) is unknown color: approx Sundance. HEX triplet: C0, A6 and 49. RGB value is (192,166,73). Sum of RGB (Red+Green+Blue) = 192+166+73=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 73 (28.91% from 255 or 16.94% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A649 is #3F59B6. Grayscale: #A3A3A3. Windows color (decimal): -4151735 or 4826816. OLE color: 4826816.

HSL color Cylindrical-coordinate representation of color #C0A649: hue angle of 46.89º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0A649 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB19216673-
CMYK00.140.620.25
HSL46.89º48.57%51.96%-
HSV(B)46.89º61.98%75.29%-
XYZ36.5838.9611.9-
YUV163.1777.11148.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.55%
GREEN value IS 166 (65.23% from 255) = 38.52%
BLUE value IS 73 (28.91% from 255) = 16.94%
R=44.55%
G=38.52%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921667300.140.620.2546.8948.5751.96
HexC0A6490E3E192f3134
Octal3002461110167631576164
Binary110000001010011010010010111011111011001101111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A649; }

 p { color: rgb(192,166,73); }

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

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

 a { background-color: rgb(192,166,73); }

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

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

 span { border-color: rgb(192,166,73); }

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