#C25C59

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

Shades of Fuzzy Wuzzy Brown #C25C59

Tints of Fuzzy Wuzzy Brown #C25C59

Color information

#C25C59 (or 0xC25C59) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C2, 5C and 59. RGB value is (194,92,89). Sum of RGB (Red+Green+Blue) = 194+92+89=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25C59 is #3DA3A6. Grayscale: #7A7A7A. Windows color (decimal): -4039591 or 5856450. OLE color: 5856450.

HSL color Cylindrical-coordinate representation of color #C25C59: hue angle of 1.71º 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 #C25C59 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB1949289-
CMYK00.530.540.24
HSL1.71º46.26%55.49%-
HSV(B)1.71º54.12%76.08%-
XYZ27.8819.8411.81-
YUV122.16109.29179.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.73%
GREEN value IS 92 (36.33% from 255) = 24.53%
BLUE value IS 89 (35.16% from 255) = 23.73%
R=51.73%
G=24.53%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194928900.530.540.241.7146.2655.49
HexC25C59035361822e37
Octal302134131065663025667
Binary110000101011100101100101101011101101100010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25C59; }

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

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

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

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

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

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

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

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