#C95658

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

Shades of Mandy #C95658

Tints of Mandy #C95658

Color information

#C95658 (or 0xC95658) is unknown color: approx Mandy. HEX triplet: C9, 56 and 58. RGB value is (201,86,88). Sum of RGB (Red+Green+Blue) = 201+86+88=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C95658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95658 is #36A9A7. Grayscale: #787878. Windows color (decimal): -3582376 or 5789385. OLE color: 5789385.

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

Color convert

RGB2018688-
CMYK00.570.560.21
HSL358.96º51.57%56.27%-
HSV(B)358.96º57.21%78.82%-
XYZ29.1819.7811.51-
YUV120.61109.6185.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.6%
GREEN value IS 86 (33.98% from 255) = 22.93%
BLUE value IS 88 (34.77% from 255) = 23.47%
R=53.6%
G=22.93%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201868800.570.560.21358.9651.5756.27
HexC9565803938151673438
Octal31112613007170255476470
Binary1100100110101101011000011100111100010101101100111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95658; }

 p { color: rgb(201,86,88); }

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

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

 a { background-color: rgb(201,86,88); }

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

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

 span { border-color: rgb(201,86,88); }

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