#C0A24A

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

Shades of Sundance #C0A24A

Tints of Sundance #C0A24A

Color information

#C0A24A (or 0xC0A24A) is unknown color: approx Sundance. HEX triplet: C0, A2 and 4A. RGB value is (192,162,74). Sum of RGB (Red+Green+Blue) = 192+162+74=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A24A is #3F5DB5. Grayscale: #A1A1A1. Windows color (decimal): -4152758 or 4891328. OLE color: 4891328.

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

Color convert

RGB19216274-
CMYK00.160.610.25
HSL44.75º48.36%52.16%-
HSV(B)44.75º61.46%75.29%-
XYZ35.8937.5411.83-
YUV160.9478.94150.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.86%
GREEN value IS 162 (63.67% from 255) = 37.85%
BLUE value IS 74 (29.30% from 255) = 17.29%
R=44.86%
G=37.85%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921627400.160.610.2544.7548.3652.16
HexC0A24A0103D192d3034
Octal3002421120207531556064
Binary1100000010100010100101001000011110111001101101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A24A; }

 p { color: rgb(192,162,74); }

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

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

 a { background-color: rgb(192,162,74); }

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

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

 span { border-color: rgb(192,162,74); }

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