#C05A53

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

Shades of Fuzzy Wuzzy Brown #C05A53

Tints of Fuzzy Wuzzy Brown #C05A53

Color information

#C05A53 (or 0xC05A53) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C0, 5A and 53. RGB value is (192,90,83). Sum of RGB (Red+Green+Blue) = 192+90+83=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A53 is #3FA5AC. Grayscale: #777777. Windows color (decimal): -4171181 or 5462720. OLE color: 5462720.

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

Color convert

RGB1929083-
CMYK00.530.570.25
HSL3.85º46.38%53.92%-
HSV(B)3.85º56.77%75.29%-
XYZ26.9619.1410.46-
YUV119.7107.29179.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.60%
GREEN value IS 90 (35.55% from 255) = 24.66%
BLUE value IS 83 (32.81% from 255) = 22.74%
R=52.60%
G=24.66%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192908300.530.570.253.8546.3853.92
HexC05A53035391942e36
Octal300132123065713145666
Binary1100000010110101010011011010111100111001100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05A53; }

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

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

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

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

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

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

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

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