#C05A59

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

Shades of Fuzzy Wuzzy Brown #C05A59

Tints of Fuzzy Wuzzy Brown #C05A59

Color information

#C05A59 (or 0xC05A59) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C0, 5A and 59. RGB value is (192,90,89). Sum of RGB (Red+Green+Blue) = 192+90+89=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A59 is #3FA5A6. Grayscale: #787878. Windows color (decimal): -4171175 or 5855936. OLE color: 5855936.

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

Color convert

RGB1929089-
CMYK00.530.540.25
HSL0.58º44.98%55.1%-
HSV(B)0.58º53.65%75.29%-
XYZ27.219.2411.73-
YUV120.38110.29179.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.75%
GREEN value IS 90 (35.55% from 255) = 24.26%
BLUE value IS 89 (35.16% from 255) = 23.99%
R=51.75%
G=24.26%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192908900.530.540.250.5844.9855.1
HexC05A59035361912d37
Octal300132131065663115567
Binary11000000101101010110010110101110110110011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05A59; }

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

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

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

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

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

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

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

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