Html Css Color HEX #CC5552 Fuzzy Wuzzy Brown

📋 copy color: '#CC5552'

red 204 ◦ green 85 ◦ blue 82

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

Shades of Fuzzy Wuzzy Brown #CC5552

Tints of Fuzzy Wuzzy Brown #CC5552

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.91%

 BLUE value IS 82 (32.42% from 255) = 22.1%

R = 54.99%
G = 22.91%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CC5552 (or 0xCC5552) is known color: Fuzzy Wuzzy Brown. HEX triplet: CC, 55 and 52. RGB value is (204,85,82). Sum of RGB (Red+Green+Blue) = 204+85+82=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5552 is #33AAAD. Grayscale: #787878. Windows color (decimal): -3386030 or 5395916. OLE color: 5395916.

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

Color convert

RGB 204 85 82 -
CMYK 0 0.58 0.60 0.2
HSL 1.48º 0.54% 0.56% -
HSV(B) 1.48º 0.6% 0.8% -
XYZ 29.67 19.94 10.27 -
YUV 120.24 106.42 187.74 -
System Red Green Blue C M Y K H S L
Decimal 204 85 82 0 0.58 0.60 0.2 1.48 0.54 0.56
Hex CC 55 52 0 3A 3C 14 1 36 38
Octal 314 125 122 0 72 74 24 1 66 70
Binary 11001100 1010101 1010010 0 111010 111100 10100 1 110110 111000

Color Harmonies of #CC5552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5552

Black with #CC5552

Text Example


Text Example

White with #CC5552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5552; }

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

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

background-color css

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

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

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

border-color css

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

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

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