#C95955

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

Shades of Fuzzy Wuzzy Brown #C95955

Tints of Fuzzy Wuzzy Brown #C95955

Color information

#C95955 (or 0xC95955) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C9, 59 and 55. RGB value is (201,89,85). Sum of RGB (Red+Green+Blue) = 201+89+85=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C95955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95955 is #36A6AA. Grayscale: #7A7A7A. Windows color (decimal): -3581611 or 5593545. OLE color: 5593545.

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

Color convert

RGB2018985-
CMYK00.560.580.21
HSL2.07º51.79%56.08%-
HSV(B)2.07º57.71%78.82%-
XYZ29.320.2210.95-
YUV122.03107.11184.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.6%
GREEN value IS 89 (35.16% from 255) = 23.73%
BLUE value IS 85 (33.59% from 255) = 22.67%
R=53.6%
G=23.73%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201898500.560.580.212.0751.7956.08
HexC959550383A1523438
Octal311131125070722526470
Binary110010011011001101010101110001110101010110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95955; }

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

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

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

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

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

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

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

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