#C0A254

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

Shades of Sundance #C0A254

Tints of Sundance #C0A254

Color information

#C0A254 (or 0xC0A254) is unknown color: approx Sundance. HEX triplet: C0, A2 and 54. RGB value is (192,162,84). Sum of RGB (Red+Green+Blue) = 192+162+84=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 84 (33.20% from 255 or 19.18% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A254 is #3F5DAB. Grayscale: #A2A2A2. Windows color (decimal): -4152748 or 5546688. OLE color: 5546688.

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

Color convert

RGB19216284-
CMYK00.160.560.25
HSL43.33º46.15%54.12%-
HSV(B)43.33º56.25%75.29%-
XYZ36.2637.6913.75-
YUV162.0883.94149.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.84%
GREEN value IS 162 (63.67% from 255) = 36.99%
BLUE value IS 84 (33.20% from 255) = 19.18%
R=43.84%
G=36.99%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921628400.160.560.2543.3346.1554.12
HexC0A25401038192b2e36
Octal3002421240207031535666
Binary1100000010100010101010001000011100011001101011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A254; }

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

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

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

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

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

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

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

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