#C55B58

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

Shades of Fuzzy Wuzzy Brown #C55B58

Tints of Fuzzy Wuzzy Brown #C55B58

Color information

#C55B58 (or 0xC55B58) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C5, 5B and 58. RGB value is (197,91,88). Sum of RGB (Red+Green+Blue) = 197+91+88=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55B58 is #3AA4A7. Grayscale: #7A7A7A. Windows color (decimal): -3843240 or 5790661. OLE color: 5790661.

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

Color convert

RGB1979188-
CMYK00.540.550.23
HSL1.65º48.44%55.88%-
HSV(B)1.65º55.33%77.25%-
XYZ28.5320.0611.6-
YUV122.35108.62181.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.39%
GREEN value IS 91 (35.94% from 255) = 24.20%
BLUE value IS 88 (34.77% from 255) = 23.40%
R=52.39%
G=24.20%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197918800.540.550.231.6548.4455.88
HexC55B58036371723038
Octal305133130066672726070
Binary110001011011011101100001101101101111011110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55B58; }

 p { color: rgb(197,91,88); }

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

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

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

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

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

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

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