Html Css Color HEX #C55151 Fuzzy Wuzzy Brown

📋 copy color: '#C55151'

red 197 ◦ green 81 ◦ blue 81

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

Shades of Fuzzy Wuzzy Brown #C55151

Tints of Fuzzy Wuzzy Brown #C55151

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.56%

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

R = 54.87%
G = 22.56%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C55151 (or 0xC55151) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 51 and 51. RGB value is (197,81,81). Sum of RGB (Red+Green+Blue) = 197+81+81=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C55151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55151 is #3AAEAE. Grayscale: #737373. Windows color (decimal): -3845807 or 5329349. OLE color: 5329349.

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

Color convert

RGB 197 81 81 -
CMYK 0 0.59 0.59 0.23
HSL 0.5% 0.55% -
HSV(B) 0.59% 0.77% -
XYZ 27.45 18.35 9.88 -
YUV 115.68 108.43 186 -
System Red Green Blue C M Y K H S L
Decimal 197 81 81 0 0.59 0.59 0.23 0 0.5 0.55
Hex C5 51 51 0 3B 3B 17 0 32 37
Octal 305 121 121 0 73 73 27 0 62 67
Binary 11000101 1010001 1010001 0 111011 111011 10111 0 110010 110111

Color Harmonies of #C55151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55151

Black with #C55151

Text Example


Text Example

White with #C55151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55151; }

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

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

background-color css

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

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

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

border-color css

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

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

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