#CCA752

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

Shades of Sundance #CCA752

Tints of Sundance #CCA752

Color information

#CCA752 (or 0xCCA752) is unknown color: approx Sundance. HEX triplet: CC, A7 and 52. RGB value is (204,167,82). Sum of RGB (Red+Green+Blue) = 204+167+82=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA752 is #3358AD. Grayscale: #A8A8A8. Windows color (decimal): -3365038 or 5416908. OLE color: 5416908.

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

Color convert

RGB20416782-
CMYK00.180.600.2
HSL41.8º54.46%56.08%-
HSV(B)41.8º59.8%80%-
XYZ40.2441.0813.79-
YUV168.3779.26153.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.03%
GREEN value IS 167 (65.62% from 255) = 36.87%
BLUE value IS 82 (32.42% from 255) = 18.10%
R=45.03%
G=36.87%
B=18.10%

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
Decimal2041678200.180.600.241.854.4656.08
HexCCA7520123C142a3638
Octal3142471220227424526670
Binary1100110010100111101001001001011110010100101010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA752; }

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

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

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

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

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

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

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

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