Html Css Color HEX #C14D4E Mandy

📋 copy color: '#C14D4E'

red 193 ◦ green 77 ◦ blue 78

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

Shades of Mandy #C14D4E

Tints of Mandy #C14D4E

RGB

 RED value IS 193 (75.78% from 255) = 55.46%

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

 BLUE value IS 78 (30.86% from 255) = 22.41%

R = 55.46%
G = 22.13%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C14D4E (or 0xC14D4E) is known color: Mandy. HEX triplet: C1, 4D and 4E. RGB value is (193,77,78). Sum of RGB (Red+Green+Blue) = 193+77+78=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14D4E is #3EB2B1. Grayscale: #6F6F6F. Windows color (decimal): -4108978 or 5131713. OLE color: 5131713.

HSL color Cylindrical-coordinate representation of color #C14D4E: hue angle of 359.48º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C14D4E is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 77 78 -
CMYK 0 0.60 0.60 0.24
HSL 359.48º 0.48% 0.53% -
HSV(B) 359.48º 0.6% 0.76% -
XYZ 26.02 17.2 9.16 -
YUV 111.8 108.93 185.92 -
System Red Green Blue C M Y K H S L
Decimal 193 77 78 0 0.60 0.60 0.24 359.48 0.48 0.53
Hex C1 4D 4E 0 3C 3C 18 167 30 35
Octal 301 115 116 0 74 74 30 547 60 65
Binary 11000001 1001101 1001110 0 111100 111100 11000 101100111 110000 110101

Color Harmonies of #C14D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14D4E

Black with #C14D4E

Text Example


Text Example

White with #C14D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14D4E; }

 p { color: rgb(193,77,78); }

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

background-color css

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

 a { background-color: rgb(193,77,78); }

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

border-color css

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

 span { border-color: rgb(193,77,78); }

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