Html Css Color HEX #C95860 Mandy

📋 copy color: '#C95860'

red 201 ◦ green 88 ◦ blue 96

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

Shades of Mandy #C95860

Tints of Mandy #C95860

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.86%

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

R = 52.21%
G = 22.86%
B = 24.94%

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

#C95860 (or 0xC95860) is known color: Mandy. HEX triplet: C9, 58 and 60. RGB value is (201,88,96). Sum of RGB (Red+Green+Blue) = 201+88+96=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C95860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95860 is #36A79F. Grayscale: #7A7A7A. Windows color (decimal): -3581856 or 6314185. OLE color: 6314185.

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

Color convert

RGB 201 88 96 -
CMYK 0 0.56 0.52 0.21
HSL 355.75º 0.51% 0.57% -
HSV(B) 355.75º 0.56% 0.79% -
XYZ 29.69 20.24 13.41 -
YUV 122.7 112.94 183.85 -
System Red Green Blue C M Y K H S L
Decimal 201 88 96 0 0.56 0.52 0.21 355.75 0.51 0.57
Hex C9 58 60 0 38 34 15 164 33 39
Octal 311 130 140 0 70 64 25 544 63 71
Binary 11001001 1011000 1100000 0 111000 110100 10101 101100100 110011 111001

Color Harmonies of #C95860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95860

Black with #C95860

Text Example


Text Example

White with #C95860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95860; }

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

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

background-color css

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

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

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

border-color css

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

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

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