Html Css Color HEX #C94960 Mandy

📋 copy color: '#C94960'

red 201 ◦ green 73 ◦ blue 96

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

Shades of Mandy #C94960

Tints of Mandy #C94960

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.73%

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

R = 54.32%
G = 19.73%
B = 25.95%

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

#C94960 (or 0xC94960) is known color: Mandy. HEX triplet: C9, 49 and 60. RGB value is (201,73,96). Sum of RGB (Red+Green+Blue) = 201+73+96=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C94960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94960 is #36B69F. Grayscale: #717171. Windows color (decimal): -3585696 or 6310345. OLE color: 6310345.

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

Color convert

RGB 201 73 96 -
CMYK 0 0.64 0.52 0.21
HSL 349.22º 0.54% 0.54% -
HSV(B) 349.22º 0.64% 0.79% -
XYZ 28.58 18.03 13.04 -
YUV 113.89 117.91 190.13 -
System Red Green Blue C M Y K H S L
Decimal 201 73 96 0 0.64 0.52 0.21 349.22 0.54 0.54
Hex C9 49 60 0 40 34 15 15D 36 36
Octal 311 111 140 0 100 64 25 535 66 66
Binary 11001001 1001001 1100000 0 1000000 110100 10101 101011101 110110 110110

Color Harmonies of #C94960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94960

Black with #C94960

Text Example


Text Example

White with #C94960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94960; }

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

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

background-color css

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

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

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

border-color css

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

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

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