#C05A55

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

Shades of Fuzzy Wuzzy Brown #C05A55

Tints of Fuzzy Wuzzy Brown #C05A55

Color information

#C05A55 (or 0xC05A55) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C0, 5A and 55. RGB value is (192,90,85). Sum of RGB (Red+Green+Blue) = 192+90+85=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A55 is #3FA5AA. Grayscale: #787878. Windows color (decimal): -4171179 or 5593792. OLE color: 5593792.

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

Color convert

RGB1929085-
CMYK00.530.560.25
HSL2.8º45.92%54.31%-
HSV(B)2.8º55.73%75.29%-
XYZ27.0319.1710.87-
YUV119.93108.29179.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.32%
GREEN value IS 90 (35.55% from 255) = 24.52%
BLUE value IS 85 (33.59% from 255) = 23.16%
R=52.32%
G=24.52%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192908500.530.560.252.845.9254.31
HexC05A55035381932e36
Octal300132125065703135666
Binary110000001011010101010101101011110001100111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05A55; }

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

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

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

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

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

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

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

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