Html Css Color HEX #C95560 Mandy

📋 copy color: '#C95560'

red 201 ◦ green 85 ◦ blue 96

#C95560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #C95560

Tints of Mandy #C95560

RGB

 RED value IS 201 (78.91% from 255) = 52.62%

 GREEN value IS 85 (33.59% from 255) = 22.25%

 BLUE value IS 96 (37.89% from 255) = 25.13%

R = 52.62%
G = 22.25%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C95560 (or 0xC95560) is known color: Mandy. HEX triplet: C9, 55 and 60. RGB value is (201,85,96). Sum of RGB (Red+Green+Blue) = 201+85+96=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C95560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95560 is #36AA9F. Grayscale: #797979. Windows color (decimal): -3582624 or 6313417. OLE color: 6313417.

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

Color convert

RGB 201 85 96 -
CMYK 0 0.58 0.52 0.21
HSL 354.31º 0.52% 0.56% -
HSV(B) 354.31º 0.58% 0.79% -
XYZ 29.45 19.76 13.33 -
YUV 120.94 113.93 185.11 -
System Red Green Blue C M Y K H S L
Decimal 201 85 96 0 0.58 0.52 0.21 354.31 0.52 0.56
Hex C9 55 60 0 3A 34 15 162 34 38
Octal 311 125 140 0 72 64 25 542 64 70
Binary 11001001 1010101 1100000 0 111010 110100 10101 101100010 110100 111000

Color Harmonies of #C95560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95560

Black with #C95560

Text Example


Text Example

White with #C95560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95560; }

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

 H1.HeaderClassName
 {
   color: #C95560;
 }
 .AnyTagClassName
 {
   color: #C95560;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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