Html Css Color HEX #C94760 Mandy

📋 copy color: '#C94760'

red 201 ◦ green 71 ◦ blue 96

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

Shades of Mandy #C94760

Tints of Mandy #C94760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.29%

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

R = 54.62%
G = 19.29%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C94760 (or 0xC94760) is known color: Mandy. HEX triplet: C9, 47 and 60. RGB value is (201,71,96). Sum of RGB (Red+Green+Blue) = 201+71+96=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C94760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94760 is #36B89F. Grayscale: #707070. Windows color (decimal): -3586208 or 6309833. OLE color: 6309833.

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

Color convert

RGB 201 71 96 -
CMYK 0 0.65 0.52 0.21
HSL 348.46º 0.55% 0.53% -
HSV(B) 348.46º 0.65% 0.79% -
XYZ 28.45 17.77 13 -
YUV 112.72 118.57 190.97 -
System Red Green Blue C M Y K H S L
Decimal 201 71 96 0 0.65 0.52 0.21 348.46 0.55 0.53
Hex C9 47 60 0 41 34 15 15C 37 35
Octal 311 107 140 0 101 64 25 534 67 65
Binary 11001001 1000111 1100000 0 1000001 110100 10101 101011100 110111 110101

Color Harmonies of #C94760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94760

Black with #C94760

Text Example


Text Example

White with #C94760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94760; }

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

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

background-color css

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

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

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

border-color css

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

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

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