Html Css Color HEX #C55A51 Fuzzy Wuzzy Brown

📋 copy color: '#C55A51'

red 197 ◦ green 90 ◦ blue 81

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

Shades of Fuzzy Wuzzy Brown #C55A51

Tints of Fuzzy Wuzzy Brown #C55A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.01%

R = 53.53%
G = 24.46%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C55A51 (or 0xC55A51) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 5A and 51. RGB value is (197,90,81). Sum of RGB (Red+Green+Blue) = 197+90+81=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55A51 is #3AA5AE. Grayscale: #797979. Windows color (decimal): -3843503 or 5331653. OLE color: 5331653.

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

Color convert

RGB 197 90 81 -
CMYK 0 0.54 0.59 0.23
HSL 4.66º 0.5% 0.55% -
HSV(B) 4.66º 0.59% 0.77% -
XYZ 28.17 19.78 10.12 -
YUV 120.97 105.45 182.23 -
System Red Green Blue C M Y K H S L
Decimal 197 90 81 0 0.54 0.59 0.23 4.66 0.5 0.55
Hex C5 5A 51 0 36 3B 17 5 32 37
Octal 305 132 121 0 66 73 27 5 62 67
Binary 11000101 1011010 1010001 0 110110 111011 10111 101 110010 110111

Color Harmonies of #C55A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55A51

Black with #C55A51

Text Example


Text Example

White with #C55A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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