#C25959

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

Shades of Fuzzy Wuzzy Brown #C25959

Tints of Fuzzy Wuzzy Brown #C25959

Color information

#C25959 (or 0xC25959) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C2, 59 and 59. RGB value is (194,89,89). Sum of RGB (Red+Green+Blue) = 194+89+89=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C25959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25959 is #3DA6A6. Grayscale: #787878. Windows color (decimal): -4040359 or 5855682. OLE color: 5855682.

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

Color convert

RGB1948989-
CMYK00.540.540.24
HSL46.26%55.49%-
HSV(B)54.12%76.08%-
XYZ27.6219.3411.73-
YUV120.4110.29180.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.15%
GREEN value IS 89 (35.16% from 255) = 23.92%
BLUE value IS 89 (35.16% from 255) = 23.92%
R=52.15%
G=23.92%
B=23.92%

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
Decimal194898900.540.540.24046.2655.49
HexC25959036361802e37
Octal302131131066663005667
Binary11000010101100110110010110110110110110000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25959; }

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

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

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

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

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

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

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

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