#C25A59

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

Shades of Fuzzy Wuzzy Brown #C25A59

Tints of Fuzzy Wuzzy Brown #C25A59

Color information

#C25A59 (or 0xC25A59) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C2, 5A and 59. RGB value is (194,90,89). Sum of RGB (Red+Green+Blue) = 194+90+89=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 89 (35.16% from 255 or 23.86% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25A59 is #3DA5A6. Grayscale: #797979. Windows color (decimal): -4040103 or 5855938. OLE color: 5855938.

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

Color convert

RGB1949089-
CMYK00.540.540.24
HSL0.57º46.26%55.49%-
HSV(B)0.57º54.12%76.08%-
XYZ27.7119.511.76-
YUV120.98109.96180.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.01%
GREEN value IS 90 (35.55% from 255) = 24.13%
BLUE value IS 89 (35.16% from 255) = 23.86%
R=52.01%
G=24.13%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194908900.540.540.240.5746.2655.49
HexC25A59036361812e37
Octal302132131066663015667
Binary11000010101101010110010110110110110110001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25A59; }

 p { color: rgb(194,90,89); }

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

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

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

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

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

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

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