#CC5853

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

Shades of Fuzzy Wuzzy Brown #CC5853

Tints of Fuzzy Wuzzy Brown #CC5853

Color information

#CC5853 (or 0xCC5853) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: CC, 58 and 53. RGB value is (204,88,83). Sum of RGB (Red+Green+Blue) = 204+88+83=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5853 is #33A7AC. Grayscale: #7A7A7A. Windows color (decimal): -3385261 or 5462220. OLE color: 5462220.

HSL color Cylindrical-coordinate representation of color #CC5853: hue angle of 2.48º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC5853 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB2048883-
CMYK00.570.590.2
HSL2.48º54.26%56.27%-
HSV(B)2.48º59.31%80%-
XYZ29.9520.4410.55-
YUV122.11105.93186.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.4%
GREEN value IS 88 (34.77% from 255) = 23.47%
BLUE value IS 83 (32.81% from 255) = 22.13%
R=54.4%
G=23.47%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204888300.570.590.22.4854.2656.27
HexCC58530393B1423638
Octal314130123071732426670
Binary110011001011000101001101110011110111010010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5853; }

 p { color: rgb(204,88,83); }

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

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

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

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

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

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

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