#C95060

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

Shades of Mandy #C95060

Tints of Mandy #C95060

Color information

#C95060 (or 0xC95060) is unknown color: approx Mandy. HEX triplet: C9, 50 and 60. RGB value is (201,80,96). Sum of RGB (Red+Green+Blue) = 201+80+96=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C95060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95060 is #36AF9F. Grayscale: #767676. Windows color (decimal): -3583904 or 6312137. OLE color: 6312137.

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

Color convert

RGB2018096-
CMYK00.600.520.21
HSL352.07º52.84%55.1%-
HSV(B)352.07º60.2%78.82%-
XYZ29.071913.2-
YUV118115.59187.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.32%
GREEN value IS 80 (31.64% from 255) = 21.22%
BLUE value IS 96 (37.89% from 255) = 25.46%
R=53.32%
G=21.22%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201809600.600.520.21352.0752.8455.1
HexC9506003C34151603537
Octal31112014007464255406567
Binary1100100110100001100000011110011010010101101100000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95060; }

 p { color: rgb(201,80,96); }

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

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

 a { background-color: rgb(201,80,96); }

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

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

 span { border-color: rgb(201,80,96); }

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