#C0A44D

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

Shades of Sundance #C0A44D

Tints of Sundance #C0A44D

Color information

#C0A44D (or 0xC0A44D) is unknown color: approx Sundance. HEX triplet: C0, A4 and 4D. RGB value is (192,164,77). Sum of RGB (Red+Green+Blue) = 192+164+77=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A44D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A44D is #3F5BB2. Grayscale: #A2A2A2. Windows color (decimal): -4152243 or 5088448. OLE color: 5088448.

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

Color convert

RGB19216477-
CMYK00.150.600.25
HSL45.39º47.72%52.75%-
HSV(B)45.39º59.9%75.29%-
XYZ36.3538.2912.5-
YUV162.4579.78149.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.34%
GREEN value IS 164 (64.45% from 255) = 37.88%
BLUE value IS 77 (30.47% from 255) = 17.78%
R=44.34%
G=37.88%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921647700.150.600.2545.3947.7252.75
HexC0A44D0F3C192d3035
Octal3002441150177431556065
Binary110000001010010010011010111111110011001101101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A44D; }

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

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

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

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

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

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

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

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