#C9525E

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

Shades of Mandy #C9525E

Tints of Mandy #C9525E

Color information

#C9525E (or 0xC9525E) is unknown color: approx Mandy. HEX triplet: C9, 52 and 5E. RGB value is (201,82,94). Sum of RGB (Red+Green+Blue) = 201+82+94=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9525E is #36ADA1. Grayscale: #777777. Windows color (decimal): -3583394 or 6181577. OLE color: 6181577.

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

Color convert

RGB2018294-
CMYK00.590.530.21
HSL353.95º52.42%55.49%-
HSV(B)353.95º59.2%78.82%-
XYZ29.1319.2612.77-
YUV118.95113.92186.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.32%
GREEN value IS 82 (32.42% from 255) = 21.75%
BLUE value IS 94 (37.11% from 255) = 24.93%
R=53.32%
G=21.75%
B=24.93%

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
Decimal201829400.590.530.21353.9552.4255.49
HexC9525E03B35151623437
Octal31112213607365255426467
Binary1100100110100101011110011101111010110101101100010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9525E; }

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

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

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

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

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

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

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

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