#C95656

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

Shades of Fuzzy Wuzzy Brown #C95656

Tints of Fuzzy Wuzzy Brown #C95656

Color information

#C95656 (or 0xC95656) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C9, 56 and 56. RGB value is (201,86,86). Sum of RGB (Red+Green+Blue) = 201+86+86=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C95656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95656 is #36A9A9. Grayscale: #787878. Windows color (decimal): -3582378 or 5658313. OLE color: 5658313.

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

Color convert

RGB2018686-
CMYK00.570.570.21
HSL51.57%56.27%-
HSV(B)57.21%78.82%-
XYZ29.0919.7411.08-
YUV120.38108.6185.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.89%
GREEN value IS 86 (33.98% from 255) = 23.06%
BLUE value IS 86 (33.98% from 255) = 23.06%
R=53.89%
G=23.06%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201868600.570.570.21051.5756.27
HexC95656039391503438
Octal311126126071712506470
Binary11001001101011010101100111001111001101010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95656; }

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

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

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

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

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

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

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

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