Html Css Color HEX #C95760 Mandy

📋 copy color: '#C95760'

red 201 ◦ green 87 ◦ blue 96

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

Shades of Mandy #C95760

Tints of Mandy #C95760

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.66%

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

R = 52.34%
G = 22.66%
B = 25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C95760 (or 0xC95760) is known color: Mandy. HEX triplet: C9, 57 and 60. RGB value is (201,87,96). Sum of RGB (Red+Green+Blue) = 201+87+96=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C95760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95760 is #36A89F. Grayscale: #7A7A7A. Windows color (decimal): -3582112 or 6313929. OLE color: 6313929.

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

Color convert

RGB 201 87 96 -
CMYK 0 0.57 0.52 0.21
HSL 355.26º 0.51% 0.56% -
HSV(B) 355.26º 0.57% 0.79% -
XYZ 29.61 20.08 13.38 -
YUV 122.11 113.27 184.27 -
System Red Green Blue C M Y K H S L
Decimal 201 87 96 0 0.57 0.52 0.21 355.26 0.51 0.56
Hex C9 57 60 0 39 34 15 163 33 38
Octal 311 127 140 0 71 64 25 543 63 70
Binary 11001001 1010111 1100000 0 111001 110100 10101 101100011 110011 111000

Color Harmonies of #C95760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95760

Black with #C95760

Text Example


Text Example

White with #C95760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95760; }

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

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

background-color css

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

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

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

border-color css

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

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

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