#C95755

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

Shades of Fuzzy Wuzzy Brown #C95755

Tints of Fuzzy Wuzzy Brown #C95755

Color information

#C95755 (or 0xC95755) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C9, 57 and 55. RGB value is (201,87,85). Sum of RGB (Red+Green+Blue) = 201+87+85=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C95755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95755 is #36A8AA. Grayscale: #787878. Windows color (decimal): -3582123 or 5593033. OLE color: 5593033.

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

Color convert

RGB2018785-
CMYK00.570.580.21
HSL1.03º51.79%56.08%-
HSV(B)1.03º57.71%78.82%-
XYZ29.1419.8910.9-
YUV120.86107.77185.16-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.89%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 85 (33.59% from 255) = 22.79%
R=53.89%
G=23.32%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201878500.570.580.211.0351.7956.08
HexC957550393A1513438
Octal311127125071722516470
Binary11001001101011110101010111001111010101011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95755; }

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

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

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

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

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

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

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

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