#CCA852

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

Shades of Sundance #CCA852

Tints of Sundance #CCA852

Color information

#CCA852 (or 0xCCA852) is unknown color: approx Sundance. HEX triplet: CC, A8 and 52. RGB value is (204,168,82). Sum of RGB (Red+Green+Blue) = 204+168+82=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 82 (32.42% from 255 or 18.06% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA852 is #3357AD. Grayscale: #A9A9A9. Windows color (decimal): -3364782 or 5417164. OLE color: 5417164.

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

Color convert

RGB20416882-
CMYK00.180.600.2
HSL42.3º54.46%56.08%-
HSV(B)42.3º59.8%80%-
XYZ40.4341.4513.85-
YUV168.9678.93152.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.93%
GREEN value IS 168 (66.02% from 255) = 37.00%
BLUE value IS 82 (32.42% from 255) = 18.06%
R=44.93%
G=37.00%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041688200.180.600.242.354.4656.08
HexCCA8520123C142a3638
Octal3142501220227424526670
Binary1100110010101000101001001001011110010100101010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA852; }

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

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

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

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

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

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

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

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