#CC5251

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

Shades of Fuzzy Wuzzy Brown #CC5251

Tints of Fuzzy Wuzzy Brown #CC5251

Color information

#CC5251 (or 0xCC5251) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: CC, 52 and 51. RGB value is (204,82,81). Sum of RGB (Red+Green+Blue) = 204+82+81=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 81 (32.03% from 255 or 22.07% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5251 is #33ADAE. Grayscale: #767676. Windows color (decimal): -3386799 or 5329612. OLE color: 5329612.

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

Color convert

RGB2048281-
CMYK00.600.600.2
HSL0.49º54.67%55.88%-
HSV(B)0.49º60.29%80%-
XYZ29.419.479.99-
YUV118.36106.92189.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.59%
GREEN value IS 82 (32.42% from 255) = 22.34%
BLUE value IS 81 (32.03% from 255) = 22.07%
R=55.59%
G=22.34%
B=22.07%

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
Decimal204828100.600.600.20.4954.6755.88
HexCC525103C3C1403738
Octal314122121074742406770
Binary11001100101001010100010111100111100101000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5251; }

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

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

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

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

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

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

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

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