Html Css Color HEX #C94750 Mandy

📋 copy color: '#C94750'

red 201 ◦ green 71 ◦ blue 80

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

Shades of Mandy #C94750

Tints of Mandy #C94750

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.17%

 BLUE value IS 80 (31.64% from 255) = 22.73%

R = 57.1%
G = 20.17%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C94750 (or 0xC94750) is known color: Mandy. HEX triplet: C9, 47 and 50. RGB value is (201,71,80). Sum of RGB (Red+Green+Blue) = 201+71+80=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C94750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94750 is #36B8AF. Grayscale: #6E6E6E. Windows color (decimal): -3586224 or 5261257. OLE color: 5261257.

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

Color convert

RGB 201 71 80 -
CMYK 0 0.65 0.60 0.21
HSL 355.85º 0.55% 0.53% -
HSV(B) 355.85º 0.65% 0.79% -
XYZ 27.79 17.5 9.5 -
YUV 110.9 110.57 192.27 -
System Red Green Blue C M Y K H S L
Decimal 201 71 80 0 0.65 0.60 0.21 355.85 0.55 0.53
Hex C9 47 50 0 41 3C 15 164 37 35
Octal 311 107 120 0 101 74 25 544 67 65
Binary 11001001 1000111 1010000 0 1000001 111100 10101 101100100 110111 110101

Color Harmonies of #C94750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94750

Black with #C94750

Text Example


Text Example

White with #C94750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94750; }

 p { color: rgb(201,71,80); }

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

background-color css

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

 a { background-color: rgb(201,71,80); }

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

border-color css

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

 span { border-color: rgb(201,71,80); }

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