Html Css Color HEX #C55950 Fuzzy Wuzzy Brown

📋 copy color: '#C55950'

red 197 ◦ green 89 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #C55950

Tints of Fuzzy Wuzzy Brown #C55950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.86%

R = 53.83%
G = 24.32%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C55950 (or 0xC55950) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 59 and 50. RGB value is (197,89,80). Sum of RGB (Red+Green+Blue) = 197+89+80=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C55950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55950 is #3AA6AF. Grayscale: #787878. Windows color (decimal): -3843760 or 5265861. OLE color: 5265861.

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

Color convert

RGB 197 89 80 -
CMYK 0 0.55 0.59 0.23
HSL 4.62º 0.5% 0.54% -
HSV(B) 4.62º 0.59% 0.77% -
XYZ 28.05 19.59 9.89 -
YUV 120.27 105.28 182.73 -
System Red Green Blue C M Y K H S L
Decimal 197 89 80 0 0.55 0.59 0.23 4.62 0.5 0.54
Hex C5 59 50 0 37 3B 17 5 32 36
Octal 305 131 120 0 67 73 27 5 62 66
Binary 11000101 1011001 1010000 0 110111 111011 10111 101 110010 110110

Color Harmonies of #C55950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55950

Black with #C55950

Text Example


Text Example

White with #C55950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55950; }

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

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

background-color css

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

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

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

border-color css

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

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

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