Html Css Color HEX #C94951 Mandy

📋 copy color: '#C94951'

red 201 ◦ green 73 ◦ blue 81

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

Shades of Mandy #C94951

Tints of Mandy #C94951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.82%

R = 56.62%
G = 20.56%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C94951 (or 0xC94951) is known color: Mandy. HEX triplet: C9, 49 and 51. RGB value is (201,73,81). Sum of RGB (Red+Green+Blue) = 201+73+81=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C94951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94951 is #36B6AE. Grayscale: #707070. Windows color (decimal): -3585711 or 5327305. OLE color: 5327305.

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

Color convert

RGB 201 73 81 -
CMYK 0 0.64 0.60 0.21
HSL 356.25º 0.54% 0.54% -
HSV(B) 356.25º 0.64% 0.79% -
XYZ 27.96 17.78 9.74 -
YUV 112.18 110.41 191.35 -
System Red Green Blue C M Y K H S L
Decimal 201 73 81 0 0.64 0.60 0.21 356.25 0.54 0.54
Hex C9 49 51 0 40 3C 15 164 36 36
Octal 311 111 121 0 100 74 25 544 66 66
Binary 11001001 1001001 1010001 0 1000000 111100 10101 101100100 110110 110110

Color Harmonies of #C94951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94951

Black with #C94951

Text Example


Text Example

White with #C94951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94951; }

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

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

background-color css

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

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

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

border-color css

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

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

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