#C05D5A

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

Shades of Fuzzy Wuzzy Brown #C05D5A

Tints of Fuzzy Wuzzy Brown #C05D5A

Color information

#C05D5A (or 0xC05D5A) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C0, 5D and 5A. RGB value is (192,93,90). Sum of RGB (Red+Green+Blue) = 192+93+90=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05D5A is #3FA2A5. Grayscale: #7A7A7A. Windows color (decimal): -4170406 or 5922240. OLE color: 5922240.

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

Color convert

RGB1929390-
CMYK00.520.530.25
HSL1.76º44.74%55.29%-
HSV(B)1.76º53.12%75.29%-
XYZ27.519.7712.04-
YUV122.26109.8177.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.2%
GREEN value IS 93 (36.72% from 255) = 24.8%
BLUE value IS 90 (35.55% from 255) = 24%
R=51.2%
G=24.8%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192939000.520.530.251.7644.7455.29
HexC05D5A034351922d37
Octal300135132064653125567
Binary110000001011101101101001101001101011100110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05D5A; }

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

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

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

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

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

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

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

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