#C95553

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

Shades of Fuzzy Wuzzy Brown #C95553

Tints of Fuzzy Wuzzy Brown #C95553

Color information

#C95553 (or 0xC95553) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C9, 55 and 53. RGB value is (201,85,83). Sum of RGB (Red+Green+Blue) = 201+85+83=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C95553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95553 is #36AAAC. Grayscale: #777777. Windows color (decimal): -3582637 or 5461449. OLE color: 5461449.

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

Color convert

RGB2018583-
CMYK00.580.590.21
HSL1.02º52.21%55.69%-
HSV(B)1.02º58.71%78.82%-
XYZ28.919.5410.43-
YUV119.46107.43186.16-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.47%
GREEN value IS 85 (33.59% from 255) = 23.04%
BLUE value IS 83 (32.81% from 255) = 22.49%
R=54.47%
G=23.04%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201858300.580.590.211.0252.2155.69
HexC9555303A3B1513438
Octal311125123072732516470
Binary11001001101010110100110111010111011101011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95553; }

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

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

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

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

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

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

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

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