#CCA951

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

Shades of Sundance #CCA951

Tints of Sundance #CCA951

Color information

#CCA951 (or 0xCCA951) is unknown color: approx Sundance. HEX triplet: CC, A9 and 51. RGB value is (204,169,81). Sum of RGB (Red+Green+Blue) = 204+169+81=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 81 (32.03% from 255 or 17.84% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA951 is #3356AE. Grayscale: #A9A9A9. Windows color (decimal): -3364527 or 5351884. OLE color: 5351884.

HSL color Cylindrical-coordinate representation of color #CCA951: hue angle of 42.93º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCA951 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB20416981-
CMYK00.170.600.2
HSL42.93º54.67%55.88%-
HSV(B)42.93º60.29%80%-
XYZ40.5841.8113.72-
YUV169.4378.1152.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.93%
GREEN value IS 169 (66.41% from 255) = 37.22%
BLUE value IS 81 (32.03% from 255) = 17.84%
R=44.93%
G=37.22%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041698100.170.600.242.9354.6755.88
HexCCA9510113C142b3738
Octal3142511210217424536770
Binary1100110010101001101000101000111110010100101011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA951; }

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

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

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

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

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

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

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

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