#C05A5A

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

Shades of Fuzzy Wuzzy Brown #C05A5A

Tints of Fuzzy Wuzzy Brown #C05A5A

Color information

#C05A5A (or 0xC05A5A) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C0, 5A and 5A. RGB value is (192,90,90). Sum of RGB (Red+Green+Blue) = 192+90+90=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A5A is #3FA5A5. Grayscale: #787878. Windows color (decimal): -4171174 or 5921472. OLE color: 5921472.

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

Color convert

RGB1929090-
CMYK00.530.530.25
HSL44.74%55.29%-
HSV(B)53.12%75.29%-
XYZ27.2419.2611.95-
YUV120.5110.79179-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.61%
GREEN value IS 90 (35.55% from 255) = 24.19%
BLUE value IS 90 (35.55% from 255) = 24.19%
R=51.61%
G=24.19%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192909000.530.530.25044.7455.29
HexC05A5A035351902d37
Octal300132132065653105567
Binary11000000101101010110100110101110101110010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05A5A; }

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

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

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

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

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

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

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

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