#C95454

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

Shades of Fuzzy Wuzzy Brown #C95454

Tints of Fuzzy Wuzzy Brown #C95454

Color information

#C95454 (or 0xC95454) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C9, 54 and 54. RGB value is (201,84,84). Sum of RGB (Red+Green+Blue) = 201+84+84=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C95454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95454 is #36ABAB. Grayscale: #777777. Windows color (decimal): -3582892 or 5526729. OLE color: 5526729.

HSL color Cylindrical-coordinate representation of color #C95454: 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.58%. Process color model (Four color, CMYK) of #C95454 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB2018484-
CMYK00.580.580.21
HSL52%55.88%-
HSV(B)58.21%78.82%-
XYZ28.8619.410.61-
YUV118.98108.26186.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.47%
GREEN value IS 84 (33.20% from 255) = 22.76%
BLUE value IS 84 (33.20% from 255) = 22.76%
R=54.47%
G=22.76%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201848400.580.580.2105255.88
HexC9545403A3A1503438
Octal311124124072722506470
Binary11001001101010010101000111010111010101010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95454; }

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

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

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

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

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

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

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

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