#C55656

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

Shades of Fuzzy Wuzzy Brown #C55656

Tints of Fuzzy Wuzzy Brown #C55656

Color information

#C55656 (or 0xC55656) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C5, 56 and 56. RGB value is (197,86,86). Sum of RGB (Red+Green+Blue) = 197+86+86=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C55656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55656 is #3AA9A9. Grayscale: #777777. Windows color (decimal): -3844522 or 5658309. OLE color: 5658309.

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

Color convert

RGB1978686-
CMYK00.560.560.23
HSL48.9%55.49%-
HSV(B)56.35%77.25%-
XYZ28.0319.211.03-
YUV119.19109.27183.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.39%
GREEN value IS 86 (33.98% from 255) = 23.31%
BLUE value IS 86 (33.98% from 255) = 23.31%
R=53.39%
G=23.31%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197868600.560.560.23048.955.49
HexC55656038381703137
Octal305126126070702706167
Binary11000101101011010101100111000111000101110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55656; }

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

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

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

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

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

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

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

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