#C0A947

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

Shades of Sundance #C0A947

Tints of Sundance #C0A947

Color information

#C0A947 (or 0xC0A947) is unknown color: approx Sundance. HEX triplet: C0, A9 and 47. RGB value is (192,169,71). Sum of RGB (Red+Green+Blue) = 192+169+71=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 71 (28.12% from 255 or 16.44% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A947 is #3F56B8. Grayscale: #A5A5A5. Windows color (decimal): -4150969 or 4696512. OLE color: 4696512.

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

Color convert

RGB19216971-
CMYK00.120.630.25
HSL48.6º48.99%51.57%-
HSV(B)48.6º63.02%75.29%-
XYZ37.0640.0411.74-
YUV164.775.12147.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.44%
GREEN value IS 169 (66.41% from 255) = 39.12%
BLUE value IS 71 (28.12% from 255) = 16.44%
R=44.44%
G=39.12%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921697100.120.630.2548.648.9951.57
HexC0A9470C3F19313134
Octal3002511070147731616164
Binary110000001010100110001110110011111111001110001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A947; }

 p { color: rgb(192,169,71); }

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

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

 a { background-color: rgb(192,169,71); }

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

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

 span { border-color: rgb(192,169,71); }

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