Html Css Color HEX #CC5753 Fuzzy Wuzzy Brown

📋 copy color: '#CC5753'

red 204 ◦ green 87 ◦ blue 83

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

Shades of Fuzzy Wuzzy Brown #CC5753

Tints of Fuzzy Wuzzy Brown #CC5753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.19%

R = 54.55%
G = 23.26%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC5753 (or 0xCC5753) is known color: Fuzzy Wuzzy Brown. HEX triplet: CC, 57 and 53. RGB value is (204,87,83). Sum of RGB (Red+Green+Blue) = 204+87+83=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5753 is #33A8AC. Grayscale: #797979. Windows color (decimal): -3385517 or 5461964. OLE color: 5461964.

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

Color convert

RGB 204 87 83 -
CMYK 0 0.57 0.59 0.2
HSL 1.98º 0.54% 0.56% -
HSV(B) 1.98º 0.59% 0.8% -
XYZ 29.87 20.28 10.52 -
YUV 121.53 106.26 186.83 -
System Red Green Blue C M Y K H S L
Decimal 204 87 83 0 0.57 0.59 0.2 1.98 0.54 0.56
Hex CC 57 53 0 39 3B 14 2 36 38
Octal 314 127 123 0 71 73 24 2 66 70
Binary 11001100 1010111 1010011 0 111001 111011 10100 10 110110 111000

Color Harmonies of #CC5753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5753

Black with #CC5753

Text Example


Text Example

White with #CC5753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5753; }

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

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

background-color css

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

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

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

border-color css

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

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

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