#C9525C

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

Shades of Mandy #C9525C

Tints of Mandy #C9525C

Color information

#C9525C (or 0xC9525C) is unknown color: approx Mandy. HEX triplet: C9, 52 and 5C. RGB value is (201,82,92). Sum of RGB (Red+Green+Blue) = 201+82+92=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C9525C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9525C is #36ADA3. Grayscale: #767676. Windows color (decimal): -3583396 or 6050505. OLE color: 6050505.

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

Color convert

RGB2018292-
CMYK00.590.540.21
HSL354.96º52.42%55.49%-
HSV(B)354.96º59.2%78.82%-
XYZ29.0419.2212.31-
YUV118.72112.92186.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.6%
GREEN value IS 82 (32.42% from 255) = 21.87%
BLUE value IS 92 (36.33% from 255) = 24.53%
R=53.6%
G=21.87%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201829200.590.540.21354.9652.4255.49
HexC9525C03B36151633437
Octal31112213407366255436467
Binary1100100110100101011100011101111011010101101100011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9525C; }

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

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

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

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

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

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

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

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