#CC5752

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

Shades of Fuzzy Wuzzy Brown #CC5752

Tints of Fuzzy Wuzzy Brown #CC5752

Color information

#CC5752 (or 0xCC5752) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: CC, 57 and 52. RGB value is (204,87,82). Sum of RGB (Red+Green+Blue) = 204+87+82=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5752 is #33A8AD. Grayscale: #797979. Windows color (decimal): -3385518 or 5396428. OLE color: 5396428.

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

Color convert

RGB2048782-
CMYK00.570.600.2
HSL2.46º54.46%56.08%-
HSV(B)2.46º59.8%80%-
XYZ29.8320.2610.32-
YUV121.41105.76186.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.69%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 82 (32.42% from 255) = 21.98%
R=54.69%
G=23.32%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204878200.570.600.22.4654.4656.08
HexCC57520393C1423638
Octal314127122071742426670
Binary110011001010111101001001110011111001010010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5752; }

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

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

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

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

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

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

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

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