#C25958

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

Shades of Fuzzy Wuzzy Brown #C25958

Tints of Fuzzy Wuzzy Brown #C25958

Color information

#C25958 (or 0xC25958) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C2, 59 and 58. RGB value is (194,89,88). Sum of RGB (Red+Green+Blue) = 194+89+88=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C25958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25958 is #3DA6A7. Grayscale: #787878. Windows color (decimal): -4040360 or 5790146. OLE color: 5790146.

HSL color Cylindrical-coordinate representation of color #C25958: 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.55%. Process color model (Four color, CMYK) of #C25958 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB1948988-
CMYK00.540.550.24
HSL0.57º46.49%55.29%-
HSV(B)0.57º54.64%76.08%-
XYZ27.5819.3211.51-
YUV120.28109.79180.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.29%
GREEN value IS 89 (35.16% from 255) = 23.99%
BLUE value IS 88 (34.77% from 255) = 23.72%
R=52.29%
G=23.99%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194898800.540.550.240.5746.4955.29
HexC25958036371812e37
Octal302131130066673015667
Binary11000010101100110110000110110110111110001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25958; }

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

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

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

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

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

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

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

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