#C9525F

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

Shades of Mandy #C9525F

Tints of Mandy #C9525F

Color information

#C9525F (or 0xC9525F) is unknown color: approx Mandy. HEX triplet: C9, 52 and 5F. RGB value is (201,82,95). Sum of RGB (Red+Green+Blue) = 201+82+95=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C9525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9525F is #36ADA0. Grayscale: #777777. Windows color (decimal): -3583393 or 6247113. OLE color: 6247113.

HSL color Cylindrical-coordinate representation of color #C9525F: hue angle of 353.45º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C9525F is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB2018295-
CMYK00.590.530.21
HSL353.45º52.42%55.49%-
HSV(B)353.45º59.2%78.82%-
XYZ29.1719.2813.01-
YUV119.06114.42186.44-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.17%
GREEN value IS 82 (32.42% from 255) = 21.69%
BLUE value IS 95 (37.5% from 255) = 25.13%
R=53.17%
G=21.69%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201829500.590.530.21353.4552.4255.49
HexC9525F03B35151613437
Octal31112213707365255416467
Binary1100100110100101011111011101111010110101101100001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9525F; }

 p { color: rgb(201,82,95); }

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

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

 a { background-color: rgb(201,82,95); }

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

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

 span { border-color: rgb(201,82,95); }

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