#C95956

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

Shades of Fuzzy Wuzzy Brown #C95956

Tints of Fuzzy Wuzzy Brown #C95956

Color information

#C95956 (or 0xC95956) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C9, 59 and 56. RGB value is (201,89,86). Sum of RGB (Red+Green+Blue) = 201+89+86=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C95956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95956 is #36A6A9. Grayscale: #7A7A7A. Windows color (decimal): -3581610 or 5659081. OLE color: 5659081.

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

Color convert

RGB2018986-
CMYK00.560.570.21
HSL1.57º51.57%56.27%-
HSV(B)1.57º57.21%78.82%-
XYZ29.3420.2311.16-
YUV122.15107.61184.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.46%
GREEN value IS 89 (35.16% from 255) = 23.67%
BLUE value IS 86 (33.98% from 255) = 22.87%
R=53.46%
G=23.67%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201898600.560.570.211.5751.5756.27
HexC95956038391523438
Octal311131126070712526470
Binary110010011011001101011001110001110011010110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95956; }

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

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

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

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

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

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

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

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