#C25B61

Color #C25B61 Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #C25B61

Tints of Mandy #C25B61

Color information

#C25B61 (or 0xC25B61) is unknown color: approx Mandy. HEX triplet: C2, 5B and 61. RGB value is (194,91,97). Sum of RGB (Red+Green+Blue) = 194+91+97=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25B61 is #3DA49E. Grayscale: #7A7A7A. Windows color (decimal): -4039839 or 6380482. OLE color: 6380482.

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

Color convert

RGB1949197-
CMYK00.530.500.24
HSL356.5º45.78%55.88%-
HSV(B)356.5º53.09%76.08%-
XYZ28.1519.8113.65-
YUV122.48113.62179.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.79%
GREEN value IS 91 (35.94% from 255) = 23.82%
BLUE value IS 97 (38.28% from 255) = 25.39%
R=50.79%
G=23.82%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194919700.530.500.24356.545.7855.88
HexC25B6103532181652e38
Octal30213314106562305455670
Binary1100001010110111100001011010111001011000101100101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25B61; }

 p { color: rgb(194,91,97); }

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

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

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

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

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

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

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