#CCB252

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

Shades of Sundance #CCB252

Tints of Sundance #CCB252

Color information

#CCB252 (or 0xCCB252) is unknown color: approx Sundance. HEX triplet: CC, B2 and 52. RGB value is (204,178,82). Sum of RGB (Red+Green+Blue) = 204+178+82=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB252 is #334DAD. Grayscale: #AFAFAF. Windows color (decimal): -3362222 or 5419724. OLE color: 5419724.

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

Color convert

RGB20417882-
CMYK00.130.600.2
HSL47.21º54.46%56.08%-
HSV(B)47.21º59.8%80%-
XYZ42.3545.2914.49-
YUV174.8375.61148.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.97%
GREEN value IS 178 (69.92% from 255) = 38.36%
BLUE value IS 82 (32.42% from 255) = 17.67%
R=43.97%
G=38.36%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041788200.130.600.247.2154.4656.08
HexCCB2520D3C142f3638
Octal3142621220157424576670
Binary110011001011001010100100110111110010100101111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB252; }

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

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

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

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

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

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

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

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