Html Css Color HEX #C55A59 Fuzzy Wuzzy Brown

📋 copy color: '#C55A59'

red 197 ◦ green 90 ◦ blue 89

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

Shades of Fuzzy Wuzzy Brown #C55A59

Tints of Fuzzy Wuzzy Brown #C55A59

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.94%

 BLUE value IS 89 (35.16% from 255) = 23.67%

R = 52.39%
G = 23.94%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C55A59 (or 0xC55A59) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 5A and 59. RGB value is (197,90,89). Sum of RGB (Red+Green+Blue) = 197+90+89=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55A59 is #3AA5A6. Grayscale: #797979. Windows color (decimal): -3843495 or 5855941. OLE color: 5855941.

HSL color Cylindrical-coordinate representation of color #C55A59: hue angle of 0.56º 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 #C55A59 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 90 89 -
CMYK 0 0.54 0.55 0.23
HSL 0.56º 0.48% 0.56% -
HSV(B) 0.56º 0.55% 0.77% -
XYZ 28.49 19.9 11.79 -
YUV 121.88 109.45 181.58 -
System Red Green Blue C M Y K H S L
Decimal 197 90 89 0 0.54 0.55 0.23 0.56 0.48 0.56
Hex C5 5A 59 0 36 37 17 1 30 38
Octal 305 132 131 0 66 67 27 1 60 70
Binary 11000101 1011010 1011001 0 110110 110111 10111 1 110000 111000

Color Harmonies of #C55A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55A59

Black with #C55A59

Text Example


Text Example

White with #C55A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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