Html Css Color HEX #C94D5F Mandy

📋 copy color: '#C94D5F'

red 201 ◦ green 77 ◦ blue 95

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

Shades of Mandy #C94D5F

Tints of Mandy #C94D5F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.64%

 BLUE value IS 95 (37.5% from 255) = 25.47%

R = 53.89%
G = 20.64%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C94D5F (or 0xC94D5F) is known color: Mandy. HEX triplet: C9, 4D and 5F. RGB value is (201,77,95). Sum of RGB (Red+Green+Blue) = 201+77+95=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94D5F is #36B2A0. Grayscale: #747474. Windows color (decimal): -3584673 or 6245833. OLE color: 6245833.

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

Color convert

RGB 201 77 95 -
CMYK 0 0.62 0.53 0.21
HSL 351.29º 0.53% 0.55% -
HSV(B) 351.29º 0.62% 0.79% -
XYZ 28.81 18.55 12.89 -
YUV 116.13 116.08 188.54 -
System Red Green Blue C M Y K H S L
Decimal 201 77 95 0 0.62 0.53 0.21 351.29 0.53 0.55
Hex C9 4D 5F 0 3E 35 15 15F 35 37
Octal 311 115 137 0 76 65 25 537 65 67
Binary 11001001 1001101 1011111 0 111110 110101 10101 101011111 110101 110111

Color Harmonies of #C94D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94D5F

Black with #C94D5F

Text Example


Text Example

White with #C94D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94D5F; }

 p { color: rgb(201,77,95); }

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

background-color css

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

 a { background-color: rgb(201,77,95); }

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

border-color css

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

 span { border-color: rgb(201,77,95); }

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