Html Css Color HEX #C94851 Mandy

📋 copy color: '#C94851'

red 201 ◦ green 72 ◦ blue 81

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

Shades of Mandy #C94851

Tints of Mandy #C94851

RGB

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

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

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

R = 56.78%
G = 20.34%
B = 22.88%

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

#C94851 (or 0xC94851) is known color: Mandy. HEX triplet: C9, 48 and 51. RGB value is (201,72,81). Sum of RGB (Red+Green+Blue) = 201+72+81=354 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.78% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 201 - color contains mainly: red. Hex color #C94851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94851 is #36B7AE. Grayscale: #6F6F6F. Windows color (decimal): -3585967 or 5327049. OLE color: 5327049.

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

Color convert

RGB 201 72 81 -
CMYK 0 0.64 0.60 0.21
HSL 355.81º 0.54% 0.54% -
HSV(B) 355.81º 0.64% 0.79% -
XYZ 27.89 17.65 9.72 -
YUV 111.6 110.74 191.77 -
System Red Green Blue C M Y K H S L
Decimal 201 72 81 0 0.64 0.60 0.21 355.81 0.54 0.54
Hex C9 48 51 0 40 3C 15 164 36 36
Octal 311 110 121 0 100 74 25 544 66 66
Binary 11001001 1001000 1010001 0 1000000 111100 10101 101100100 110110 110110

Color Harmonies of #C94851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94851

Black with #C94851

Text Example


Text Example

White with #C94851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94851; }

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

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

background-color css

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

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

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

border-color css

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

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

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