Html Css Color HEX #C94D61 Mandy

📋 copy color: '#C94D61'

red 201 ◦ green 77 ◦ blue 97

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

Shades of Mandy #C94D61

Tints of Mandy #C94D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.87%

R = 53.6%
G = 20.53%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C94D61 (or 0xC94D61) is known color: Mandy. HEX triplet: C9, 4D and 61. RGB value is (201,77,97). Sum of RGB (Red+Green+Blue) = 201+77+97=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94D61 is #36B29E. Grayscale: #747474. Windows color (decimal): -3584671 or 6376905. OLE color: 6376905.

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

Color convert

RGB 201 77 97 -
CMYK 0 0.62 0.52 0.21
HSL 350.32º 0.53% 0.55% -
HSV(B) 350.32º 0.62% 0.79% -
XYZ 28.9 18.59 13.37 -
YUV 116.36 117.08 188.37 -
System Red Green Blue C M Y K H S L
Decimal 201 77 97 0 0.62 0.52 0.21 350.32 0.53 0.55
Hex C9 4D 61 0 3E 34 15 15E 35 37
Octal 311 115 141 0 76 64 25 536 65 67
Binary 11001001 1001101 1100001 0 111110 110100 10101 101011110 110101 110111

Color Harmonies of #C94D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94D61

Black with #C94D61

Text Example


Text Example

White with #C94D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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