Html Css Color HEX #C94D60 Mandy

📋 copy color: '#C94D60'

red 201 ◦ green 77 ◦ blue 96

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

Shades of Mandy #C94D60

Tints of Mandy #C94D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.67%

R = 53.74%
G = 20.59%
B = 25.67%

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

#C94D60 (or 0xC94D60) is known color: Mandy. HEX triplet: C9, 4D and 60. RGB value is (201,77,96). Sum of RGB (Red+Green+Blue) = 201+77+96=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94D60 is #36B29F. Grayscale: #747474. Windows color (decimal): -3584672 or 6311369. OLE color: 6311369.

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

Color convert

RGB 201 77 96 -
CMYK 0 0.62 0.52 0.21
HSL 350.81º 0.53% 0.55% -
HSV(B) 350.81º 0.62% 0.79% -
XYZ 28.85 18.57 13.13 -
YUV 116.24 116.58 188.46 -
System Red Green Blue C M Y K H S L
Decimal 201 77 96 0 0.62 0.52 0.21 350.81 0.53 0.55
Hex C9 4D 60 0 3E 34 15 15F 35 37
Octal 311 115 140 0 76 64 25 537 65 67
Binary 11001001 1001101 1100000 0 111110 110100 10101 101011111 110101 110111

Color Harmonies of #C94D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94D60

Black with #C94D60

Text Example


Text Example

White with #C94D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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