#C9525B

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

Shades of Mandy #C9525B

Tints of Mandy #C9525B

Color information

#C9525B (or 0xC9525B) is unknown color: approx Mandy. HEX triplet: C9, 52 and 5B. RGB value is (201,82,91). Sum of RGB (Red+Green+Blue) = 201+82+91=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C9525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9525B is #36ADA4. Grayscale: #767676. Windows color (decimal): -3583397 or 5984969. OLE color: 5984969.

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

Color convert

RGB2018291-
CMYK00.590.550.21
HSL355.46º52.42%55.49%-
HSV(B)355.46º59.2%78.82%-
XYZ28.9919.2112.08-
YUV118.61112.42186.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.74%
GREEN value IS 82 (32.42% from 255) = 21.93%
BLUE value IS 91 (35.94% from 255) = 24.33%
R=53.74%
G=21.93%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201829100.590.550.21355.4652.4255.49
HexC9525B03B37151633437
Octal31112213307367255436467
Binary1100100110100101011011011101111011110101101100011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9525B; }

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

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

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

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

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

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

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

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