#CCB052

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

Shades of Sundance #CCB052

Tints of Sundance #CCB052

Color information

#CCB052 (or 0xCCB052) is unknown color: approx Sundance. HEX triplet: CC, B0 and 52. RGB value is (204,176,82). Sum of RGB (Red+Green+Blue) = 204+176+82=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB052 is #334FAD. Grayscale: #AEAEAE. Windows color (decimal): -3362734 or 5419212. OLE color: 5419212.

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

Color convert

RGB20417682-
CMYK00.140.600.2
HSL46.23º54.46%56.08%-
HSV(B)46.23º59.8%80%-
XYZ41.9544.514.36-
YUV173.6676.28149.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.16%
GREEN value IS 176 (69.14% from 255) = 38.10%
BLUE value IS 82 (32.42% from 255) = 17.75%
R=44.16%
G=38.10%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041768200.140.600.246.2354.4656.08
HexCCB0520E3C142e3638
Octal3142601220167424566670
Binary110011001011000010100100111011110010100101110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB052; }

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

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

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

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

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

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

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

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