Html Css Color HEX #CC5655 Fuzzy Wuzzy Brown

📋 copy color: '#CC5655'

red 204 ◦ green 86 ◦ blue 85

#CC5655
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuzzy Wuzzy Brown #CC5655

Tints of Fuzzy Wuzzy Brown #CC5655

RGB

 RED value IS 204 (80.08% from 255) = 54.4%

 GREEN value IS 86 (33.98% from 255) = 22.93%

 BLUE value IS 85 (33.59% from 255) = 22.67%

R = 54.4%
G = 22.93%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC5655 (or 0xCC5655) is known color: Fuzzy Wuzzy Brown. HEX triplet: CC, 56 and 55. RGB value is (204,86,85). Sum of RGB (Red+Green+Blue) = 204+86+85=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5655 is #33A9AA. Grayscale: #797979. Windows color (decimal): -3385771 or 5592780. OLE color: 5592780.

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

Color convert

RGB 204 86 85 -
CMYK 0 0.58 0.58 0.2
HSL 0.5º 0.54% 0.57% -
HSV(B) 0.5º 0.58% 0.8% -
XYZ 29.87 20.15 10.91 -
YUV 121.17 107.59 187.08 -
System Red Green Blue C M Y K H S L
Decimal 204 86 85 0 0.58 0.58 0.2 0.5 0.54 0.57
Hex CC 56 55 0 3A 3A 14 1 36 39
Octal 314 126 125 0 72 72 24 1 66 71
Binary 11001100 1010110 1010101 0 111010 111010 10100 1 110110 111001

Color Harmonies of #CC5655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5655

Black with #CC5655

Text Example


Text Example

White with #CC5655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5655; }

 p { color: rgb(204,86,85); }

 H1.HeaderClassName
 {
   color: #CC5655;
 }
 .AnyTagClassName
 {
   color: #CC5655;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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