Html Css Color HEX #C14A5E Mandy

📋 copy color: '#C14A5E'

red 193 ◦ green 74 ◦ blue 94

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

Shades of Mandy #C14A5E

Tints of Mandy #C14A5E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.5%

 BLUE value IS 94 (37.11% from 255) = 26.04%

R = 53.46%
G = 20.5%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C14A5E (or 0xC14A5E) is known color: Mandy. HEX triplet: C1, 4A and 5E. RGB value is (193,74,94). Sum of RGB (Red+Green+Blue) = 193+74+94=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C14A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14A5E is #3EB5A1. Grayscale: #6F6F6F. Windows color (decimal): -4109730 or 6179521. OLE color: 6179521.

HSL color Cylindrical-coordinate representation of color #C14A5E: hue angle of 349.92º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C14A5E is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 74 94 -
CMYK 0 0.62 0.51 0.24
HSL 349.92º 0.49% 0.52% -
HSV(B) 349.92º 0.62% 0.76% -
XYZ 26.46 17.04 12.48 -
YUV 111.86 117.92 185.87 -
System Red Green Blue C M Y K H S L
Decimal 193 74 94 0 0.62 0.51 0.24 349.92 0.49 0.52
Hex C1 4A 5E 0 3E 33 18 15E 31 34
Octal 301 112 136 0 76 63 30 536 61 64
Binary 11000001 1001010 1011110 0 111110 110011 11000 101011110 110001 110100

Color Harmonies of #C14A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14A5E

Black with #C14A5E

Text Example


Text Example

White with #C14A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14A5E; }

 p { color: rgb(193,74,94); }

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

background-color css

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

 a { background-color: rgb(193,74,94); }

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

border-color css

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

 span { border-color: rgb(193,74,94); }

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