#C05959

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

Shades of Fuzzy Wuzzy Brown #C05959

Tints of Fuzzy Wuzzy Brown #C05959

Color information

#C05959 (or 0xC05959) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C0, 59 and 59. RGB value is (192,89,89). Sum of RGB (Red+Green+Blue) = 192+89+89=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C05959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05959 is #3FA6A6. Grayscale: #777777. Windows color (decimal): -4171431 or 5855680. OLE color: 5855680.

HSL color Cylindrical-coordinate representation of color #C05959: hue angle of 0º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C05959 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB1928989-
CMYK00.540.540.25
HSL44.98%55.1%-
HSV(B)53.65%75.29%-
XYZ27.1119.0711.7-
YUV119.8110.62179.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.89%
GREEN value IS 89 (35.16% from 255) = 24.05%
BLUE value IS 89 (35.16% from 255) = 24.05%
R=51.89%
G=24.05%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192898900.540.540.25044.9855.1
HexC05959036361902d37
Octal300131131066663105567
Binary11000000101100110110010110110110110110010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05959; }

 p { color: rgb(192,89,89); }

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

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

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

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

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

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

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