Html Css Color HEX #C14F60 Mandy

📋 copy color: '#C14F60'

red 193 ◦ green 79 ◦ blue 96

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

Shades of Mandy #C14F60

Tints of Mandy #C14F60

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.47%

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

R = 52.45%
G = 21.47%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C14F60 (or 0xC14F60) is known color: Mandy. HEX triplet: C1, 4F and 60. RGB value is (193,79,96). Sum of RGB (Red+Green+Blue) = 193+79+96=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14F60 is #3EB09F. Grayscale: #737373. Windows color (decimal): -4108448 or 6311873. OLE color: 6311873.

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

Color convert

RGB 193 79 96 -
CMYK 0 0.59 0.50 0.24
HSL 351.05º 0.48% 0.53% -
HSV(B) 351.05º 0.59% 0.76% -
XYZ 26.9 17.77 13.08 -
YUV 115.02 117.27 183.62 -
System Red Green Blue C M Y K H S L
Decimal 193 79 96 0 0.59 0.50 0.24 351.05 0.48 0.53
Hex C1 4F 60 0 3B 32 18 15F 30 35
Octal 301 117 140 0 73 62 30 537 60 65
Binary 11000001 1001111 1100000 0 111011 110010 11000 101011111 110000 110101

Color Harmonies of #C14F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14F60

Black with #C14F60

Text Example


Text Example

White with #C14F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14F60; }

 p { color: rgb(193,79,96); }

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

background-color css

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

 a { background-color: rgb(193,79,96); }

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

border-color css

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

 span { border-color: rgb(193,79,96); }

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