Html Css Color HEX #C95160 Mandy

📋 copy color: '#C95160'

red 201 ◦ green 81 ◦ blue 96

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

Shades of Mandy #C95160

Tints of Mandy #C95160

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.43%

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

R = 53.17%
G = 21.43%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C95160 (or 0xC95160) is known color: Mandy. HEX triplet: C9, 51 and 60. RGB value is (201,81,96). Sum of RGB (Red+Green+Blue) = 201+81+96=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C95160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95160 is #36AE9F. Grayscale: #767676. Windows color (decimal): -3583648 or 6312393. OLE color: 6312393.

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

Color convert

RGB 201 81 96 -
CMYK 0 0.60 0.52 0.21
HSL 352.5º 0.53% 0.55% -
HSV(B) 352.5º 0.6% 0.79% -
XYZ 29.14 19.15 13.23 -
YUV 118.59 115.26 186.78 -
System Red Green Blue C M Y K H S L
Decimal 201 81 96 0 0.60 0.52 0.21 352.5 0.53 0.55
Hex C9 51 60 0 3C 34 15 160 35 37
Octal 311 121 140 0 74 64 25 540 65 67
Binary 11001001 1010001 1100000 0 111100 110100 10101 101100000 110101 110111

Color Harmonies of #C95160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95160

Black with #C95160

Text Example


Text Example

White with #C95160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95160; }

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

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

background-color css

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

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

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

border-color css

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

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

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