Html Css Color HEX #C94860 Mandy

📋 copy color: '#C94860'

red 201 ◦ green 72 ◦ blue 96

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

Shades of Mandy #C94860

Tints of Mandy #C94860

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.51%

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

R = 54.47%
G = 19.51%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C94860 (or 0xC94860) is known color: Mandy. HEX triplet: C9, 48 and 60. RGB value is (201,72,96). Sum of RGB (Red+Green+Blue) = 201+72+96=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C94860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94860 is #36B79F. Grayscale: #717171. Windows color (decimal): -3585952 or 6310089. OLE color: 6310089.

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

Color convert

RGB 201 72 96 -
CMYK 0 0.64 0.52 0.21
HSL 348.84º 0.54% 0.54% -
HSV(B) 348.84º 0.64% 0.79% -
XYZ 28.52 17.9 13.02 -
YUV 113.31 118.24 190.55 -
System Red Green Blue C M Y K H S L
Decimal 201 72 96 0 0.64 0.52 0.21 348.84 0.54 0.54
Hex C9 48 60 0 40 34 15 15D 36 36
Octal 311 110 140 0 100 64 25 535 66 66
Binary 11001001 1001000 1100000 0 1000000 110100 10101 101011101 110110 110110

Color Harmonies of #C94860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94860

Black with #C94860

Text Example


Text Example

White with #C94860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94860; }

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

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

background-color css

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

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

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

border-color css

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

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

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