#C0A749

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

Shades of Sundance #C0A749

Tints of Sundance #C0A749

Color information

#C0A749 (or 0xC0A749) is unknown color: approx Sundance. HEX triplet: C0, A7 and 49. RGB value is (192,167,73). Sum of RGB (Red+Green+Blue) = 192+167+73=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 73 (28.91% from 255 or 16.90% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A749 is #3F58B6. Grayscale: #A4A4A4. Windows color (decimal): -4151479 or 4827072. OLE color: 4827072.

HSL color Cylindrical-coordinate representation of color #C0A749: hue angle of 47.39º 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 #C0A749 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB19216773-
CMYK00.130.620.25
HSL47.39º48.57%51.96%-
HSV(B)47.39º61.98%75.29%-
XYZ36.7639.3211.96-
YUV163.7676.78148.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.44%
GREEN value IS 167 (65.62% from 255) = 38.66%
BLUE value IS 73 (28.91% from 255) = 16.90%
R=44.44%
G=38.66%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921677300.130.620.2547.3948.5751.96
HexC0A7490D3E192f3134
Octal3002471110157631576164
Binary110000001010011110010010110111111011001101111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A749; }

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

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

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

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

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

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

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

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