#C05857

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

Shades of Fuzzy Wuzzy Brown #C05857

Tints of Fuzzy Wuzzy Brown #C05857

Color information

#C05857 (or 0xC05857) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C0, 58 and 57. RGB value is (192,88,87). Sum of RGB (Red+Green+Blue) = 192+88+87=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C05857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05857 is #3FA7A8. Grayscale: #777777. Windows color (decimal): -4171689 or 5724352. OLE color: 5724352.

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

Color convert

RGB1928887-
CMYK00.540.550.25
HSL0.57º45.45%54.71%-
HSV(B)0.57º54.69%75.29%-
XYZ26.9518.8711.24-
YUV118.98109.96180.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.32%
GREEN value IS 88 (34.77% from 255) = 23.98%
BLUE value IS 87 (34.38% from 255) = 23.71%
R=52.32%
G=23.98%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192888700.540.550.250.5745.4554.71
HexC05857036371912d37
Octal300130127066673115567
Binary11000000101100010101110110110110111110011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05857; }

 p { color: rgb(192,88,87); }

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

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

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

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

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

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

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