Html Css Color HEX #C14F5D Mandy

📋 copy color: '#C14F5D'

red 193 ◦ green 79 ◦ blue 93

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

Shades of Mandy #C14F5D

Tints of Mandy #C14F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.48%

R = 52.88%
G = 21.64%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C14F5D (or 0xC14F5D) is known color: Mandy. HEX triplet: C1, 4F and 5D. RGB value is (193,79,93). Sum of RGB (Red+Green+Blue) = 193+79+93=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14F5D is #3EB0A2. Grayscale: #727272. Windows color (decimal): -4108451 or 6115265. OLE color: 6115265.

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

Color convert

RGB 193 79 93 -
CMYK 0 0.59 0.52 0.24
HSL 352.63º 0.48% 0.53% -
HSV(B) 352.63º 0.59% 0.76% -
XYZ 26.76 17.72 12.37 -
YUV 114.68 115.77 183.86 -
System Red Green Blue C M Y K H S L
Decimal 193 79 93 0 0.59 0.52 0.24 352.63 0.48 0.53
Hex C1 4F 5D 0 3B 34 18 161 30 35
Octal 301 117 135 0 73 64 30 541 60 65
Binary 11000001 1001111 1011101 0 111011 110100 11000 101100001 110000 110101

Color Harmonies of #C14F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14F5D

Black with #C14F5D

Text Example


Text Example

White with #C14F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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