#CCA853

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

Shades of Sundance #CCA853

Tints of Sundance #CCA853

Color information

#CCA853 (or 0xCCA853) is unknown color: approx Sundance. HEX triplet: CC, A8 and 53. RGB value is (204,168,83). Sum of RGB (Red+Green+Blue) = 204+168+83=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 83 (32.81% from 255 or 18.24% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA853 is #3357AC. Grayscale: #A9A9A9. Windows color (decimal): -3364781 or 5482700. OLE color: 5482700.

HSL color Cylindrical-coordinate representation of color #CCA853: hue angle of 42.15º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCA853 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB20416883-
CMYK00.180.590.2
HSL42.15º54.26%56.27%-
HSV(B)42.15º59.31%80%-
XYZ40.4741.4714.05-
YUV169.0779.43152.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.84%
GREEN value IS 168 (66.02% from 255) = 36.92%
BLUE value IS 83 (32.81% from 255) = 18.24%
R=44.84%
G=36.92%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041688300.180.590.242.1554.2656.27
HexCCA8530123B142a3638
Octal3142501230227324526670
Binary1100110010101000101001101001011101110100101010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA853; }

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

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

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

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

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

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

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

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