#CC5252

Color #CC5252 Fuzzy Wuzzy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuzzy Wuzzy Brown #CC5252

Tints of Fuzzy Wuzzy Brown #CC5252

Color information

#CC5252 (or 0xCC5252) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: CC, 52 and 52. RGB value is (204,82,82). Sum of RGB (Red+Green+Blue) = 204+82+82=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5252 is #33ADAD. Grayscale: #767676. Windows color (decimal): -3386798 or 5395148. OLE color: 5395148.

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

Color convert

RGB2048282-
CMYK00.600.600.2
HSL54.46%56.08%-
HSV(B)59.8%80%-
XYZ29.4419.4810.19-
YUV118.48107.42189-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.43%
GREEN value IS 82 (32.42% from 255) = 22.28%
BLUE value IS 82 (32.42% from 255) = 22.28%
R=55.43%
G=22.28%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204828200.600.600.2054.4656.08
HexCC525203C3C1403638
Octal314122122074742406670
Binary11001100101001010100100111100111100101000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5252; }

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

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

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

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

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

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

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

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