Html Css Color HEX #C95960 Mandy

📋 copy color: '#C95960'

red 201 ◦ green 89 ◦ blue 96

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

Shades of Mandy #C95960

Tints of Mandy #C95960

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.06%

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

R = 52.07%
G = 23.06%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C95960 (or 0xC95960) is known color: Mandy. HEX triplet: C9, 59 and 60. RGB value is (201,89,96). Sum of RGB (Red+Green+Blue) = 201+89+96=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C95960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95960 is #36A69F. Grayscale: #7B7B7B. Windows color (decimal): -3581600 or 6314441. OLE color: 6314441.

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

Color convert

RGB 201 89 96 -
CMYK 0 0.56 0.52 0.21
HSL 356.25º 0.51% 0.57% -
HSV(B) 356.25º 0.56% 0.79% -
XYZ 29.77 20.41 13.44 -
YUV 123.29 112.61 183.43 -
System Red Green Blue C M Y K H S L
Decimal 201 89 96 0 0.56 0.52 0.21 356.25 0.51 0.57
Hex C9 59 60 0 38 34 15 164 33 39
Octal 311 131 140 0 70 64 25 544 63 71
Binary 11001001 1011001 1100000 0 111000 110100 10101 101100100 110011 111001

Color Harmonies of #C95960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95960

Black with #C95960

Text Example


Text Example

White with #C95960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95960; }

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

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

background-color css

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

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

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

border-color css

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

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

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