Html Css Color HEX #CC5755 Fuzzy Wuzzy Brown

📋 copy color: '#CC5755'

red 204 ◦ green 87 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #CC5755

Tints of Fuzzy Wuzzy Brown #CC5755

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.14%

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

R = 54.26%
G = 23.14%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC5755 (or 0xCC5755) is known color: Fuzzy Wuzzy Brown. HEX triplet: CC, 57 and 55. RGB value is (204,87,85). Sum of RGB (Red+Green+Blue) = 204+87+85=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5755 is #33A8AA. Grayscale: #797979. Windows color (decimal): -3385515 or 5593036. OLE color: 5593036.

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

Color convert

RGB 204 87 85 -
CMYK 0 0.57 0.58 0.2
HSL 1.01º 0.54% 0.57% -
HSV(B) 1.01º 0.58% 0.8% -
XYZ 29.95 20.31 10.94 -
YUV 121.76 107.26 186.66 -
System Red Green Blue C M Y K H S L
Decimal 204 87 85 0 0.57 0.58 0.2 1.01 0.54 0.57
Hex CC 57 55 0 39 3A 14 1 36 39
Octal 314 127 125 0 71 72 24 1 66 71
Binary 11001100 1010111 1010101 0 111001 111010 10100 1 110110 111001

Color Harmonies of #CC5755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5755

Black with #CC5755

Text Example


Text Example

White with #CC5755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5755; }

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

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

background-color css

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

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

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

border-color css

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

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

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