#CCAB52

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

Shades of Sundance #CCAB52

Tints of Sundance #CCAB52

Color information

#CCAB52 (or 0xCCAB52) is unknown color: approx Sundance. HEX triplet: CC, AB and 52. RGB value is (204,171,82). Sum of RGB (Red+Green+Blue) = 204+171+82=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAB52 is #3354AD. Grayscale: #ABABAB. Windows color (decimal): -3364014 or 5417932. OLE color: 5417932.

HSL color Cylindrical-coordinate representation of color #CCAB52: hue angle of 43.77º degrees, saturation: 0.54, 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 #CCAB52 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB20417182-
CMYK00.160.600.2
HSL43.77º54.46%56.08%-
HSV(B)43.77º59.8%80%-
XYZ40.9942.5714.04-
YUV170.7277.93151.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.64%
GREEN value IS 171 (67.19% from 255) = 37.42%
BLUE value IS 82 (32.42% from 255) = 17.94%
R=44.64%
G=37.42%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041718200.160.600.243.7754.4656.08
HexCCAB520103C142c3638
Octal3142531220207424546670
Binary1100110010101011101001001000011110010100101100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAB52; }

 p { color: rgb(204,171,82); }

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

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

 a { background-color: rgb(204,171,82); }

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

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

 span { border-color: rgb(204,171,82); }

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