#C95461

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

Shades of Mandy #C95461

Tints of Mandy #C95461

Color information

#C95461 (or 0xC95461) is unknown color: approx Mandy. HEX triplet: C9, 54 and 61. RGB value is (201,84,97). Sum of RGB (Red+Green+Blue) = 201+84+97=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C95461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95461 is #36AB9E. Grayscale: #787878. Windows color (decimal): -3582879 or 6378697. OLE color: 6378697.

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

Color convert

RGB2018497-
CMYK00.580.520.21
HSL353.33º52%55.88%-
HSV(B)353.33º58.21%78.82%-
XYZ29.4219.6213.55-
YUV120.46114.76185.44-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.62%
GREEN value IS 84 (33.20% from 255) = 21.99%
BLUE value IS 97 (38.28% from 255) = 25.39%
R=52.62%
G=21.99%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201849700.580.520.21353.335255.88
HexC9546103A34151613438
Octal31112414107264255416470
Binary1100100110101001100001011101011010010101101100001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95461; }

 p { color: rgb(201,84,97); }

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

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

 a { background-color: rgb(201,84,97); }

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

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

 span { border-color: rgb(201,84,97); }

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