Html Css Color HEX #C55958 Fuzzy Wuzzy Brown

📋 copy color: '#C55958'

red 197 ◦ green 89 ◦ blue 88

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

Shades of Fuzzy Wuzzy Brown #C55958

Tints of Fuzzy Wuzzy Brown #C55958

RGB

 RED value IS 197 (77.34% from 255) = 52.67%

 GREEN value IS 89 (35.16% from 255) = 23.8%

 BLUE value IS 88 (34.77% from 255) = 23.53%

R = 52.67%
G = 23.8%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C55958 (or 0xC55958) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 59 and 58. RGB value is (197,89,88). Sum of RGB (Red+Green+Blue) = 197+89+88=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C55958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55958 is #3AA6A7. Grayscale: #797979. Windows color (decimal): -3843752 or 5790149. OLE color: 5790149.

HSL color Cylindrical-coordinate representation of color #C55958: hue angle of 0.55º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C55958 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 89 88 -
CMYK 0 0.55 0.55 0.23
HSL 0.55º 0.48% 0.56% -
HSV(B) 0.55º 0.55% 0.77% -
XYZ 28.36 19.72 11.54 -
YUV 121.18 109.28 182.08 -
System Red Green Blue C M Y K H S L
Decimal 197 89 88 0 0.55 0.55 0.23 0.55 0.48 0.56
Hex C5 59 58 0 37 37 17 1 30 38
Octal 305 131 130 0 67 67 27 1 60 70
Binary 11000101 1011001 1011000 0 110111 110111 10111 1 110000 111000

Color Harmonies of #C55958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55958

Black with #C55958

Text Example


Text Example

White with #C55958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55958; }

 p { color: rgb(197,89,88); }

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

background-color css

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

 a { background-color: rgb(197,89,88); }

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

border-color css

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

 span { border-color: rgb(197,89,88); }

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