#C9525A

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

Shades of Mandy #C9525A

Tints of Mandy #C9525A

Color information

#C9525A (or 0xC9525A) is unknown color: approx Mandy. HEX triplet: C9, 52 and 5A. RGB value is (201,82,90). Sum of RGB (Red+Green+Blue) = 201+82+90=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C9525A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9525A is #36ADA5. Grayscale: #767676. Windows color (decimal): -3583398 or 5919433. OLE color: 5919433.

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

Color convert

RGB2018290-
CMYK00.590.550.21
HSL355.97º52.42%55.49%-
HSV(B)355.97º59.2%78.82%-
XYZ28.9519.1911.85-
YUV118.49111.92186.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.89%
GREEN value IS 82 (32.42% from 255) = 21.98%
BLUE value IS 90 (35.55% from 255) = 24.13%
R=53.89%
G=21.98%
B=24.13%

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
Decimal201829000.590.550.21355.9752.4255.49
HexC9525A03B37151643437
Octal31112213207367255446467
Binary1100100110100101011010011101111011110101101100100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9525A; }

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

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

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

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

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

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

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

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