Html Css Color HEX #C94E5F Mandy

📋 copy color: '#C94E5F'

red 201 ◦ green 78 ◦ blue 95

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

Shades of Mandy #C94E5F

Tints of Mandy #C94E5F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.86%

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

R = 53.74%
G = 20.86%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C94E5F (or 0xC94E5F) is known color: Mandy. HEX triplet: C9, 4E and 5F. RGB value is (201,78,95). Sum of RGB (Red+Green+Blue) = 201+78+95=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94E5F is #36B1A0. Grayscale: #747474. Windows color (decimal): -3584417 or 6246089. OLE color: 6246089.

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

Color convert

RGB 201 78 95 -
CMYK 0 0.61 0.53 0.21
HSL 351.71º 0.53% 0.55% -
HSV(B) 351.71º 0.61% 0.79% -
XYZ 28.88 18.69 12.91 -
YUV 116.72 115.75 188.12 -
System Red Green Blue C M Y K H S L
Decimal 201 78 95 0 0.61 0.53 0.21 351.71 0.53 0.55
Hex C9 4E 5F 0 3D 35 15 160 35 37
Octal 311 116 137 0 75 65 25 540 65 67
Binary 11001001 1001110 1011111 0 111101 110101 10101 101100000 110101 110111

Color Harmonies of #C94E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94E5F

Black with #C94E5F

Text Example


Text Example

White with #C94E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94E5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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