#C0A951

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

Shades of Sundance #C0A951

Tints of Sundance #C0A951

Color information

#C0A951 (or 0xC0A951) is unknown color: approx Sundance. HEX triplet: C0, A9 and 51. RGB value is (192,169,81). Sum of RGB (Red+Green+Blue) = 192+169+81=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 81 (32.03% from 255 or 18.33% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A951 is #3F56AE. Grayscale: #A6A6A6. Windows color (decimal): -4150959 or 5351872. OLE color: 5351872.

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

Color convert

RGB19216981-
CMYK00.120.580.25
HSL47.57º46.84%53.53%-
HSV(B)47.57º57.81%75.29%-
XYZ37.4140.1813.57-
YUV165.8480.12146.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.44%
GREEN value IS 169 (66.41% from 255) = 38.24%
BLUE value IS 81 (32.03% from 255) = 18.33%
R=43.44%
G=38.24%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921698100.120.580.2547.5746.8453.53
HexC0A9510C3A19302f36
Octal3002511210147231605766
Binary110000001010100110100010110011101011001110000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A951; }

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

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

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

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

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

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

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

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