#C55150

Color #C55150 Fuzzy Wuzzy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuzzy Wuzzy Brown #C55150

Tints of Fuzzy Wuzzy Brown #C55150

Color information

#C55150 (or 0xC55150) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C5, 51 and 50. RGB value is (197,81,80). Sum of RGB (Red+Green+Blue) = 197+81+80=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C55150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55150 is #3AAEAF. Grayscale: #737373. Windows color (decimal): -3845808 or 5263813. OLE color: 5263813.

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

Color convert

RGB1978180-
CMYK00.590.590.23
HSL0.51º50.21%54.31%-
HSV(B)0.51º59.39%77.25%-
XYZ27.4218.339.68-
YUV115.57107.93186.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.03%
GREEN value IS 81 (32.03% from 255) = 22.63%
BLUE value IS 80 (31.64% from 255) = 22.35%
R=55.03%
G=22.63%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197818000.590.590.230.5150.2154.31
HexC5515003B3B1713236
Octal305121120073732716266
Binary11000101101000110100000111011111011101111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55150; }

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

 H1.HeaderClassName
 {
   color: #C55150;
 }
 .AnyTagClassName
 {
   color: #C55150;
 }
</style>
background-color css

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

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

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

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

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

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