Html Css Color HEX #C14959 Mandy

📋 copy color: '#C14959'

red 193 ◦ green 73 ◦ blue 89

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

Shades of Mandy #C14959

Tints of Mandy #C14959

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.56%

 BLUE value IS 89 (35.16% from 255) = 25.07%

R = 54.37%
G = 20.56%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C14959 (or 0xC14959) is known color: Mandy. HEX triplet: C1, 49 and 59. RGB value is (193,73,89). Sum of RGB (Red+Green+Blue) = 193+73+89=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C14959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14959 is #3EB6A6. Grayscale: #6E6E6E. Windows color (decimal): -4109991 or 5851585. OLE color: 5851585.

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

Color convert

RGB 193 73 89 -
CMYK 0 0.62 0.54 0.24
HSL 352º 0.49% 0.52% -
HSV(B) 352º 0.62% 0.76% -
XYZ 26.18 16.82 11.32 -
YUV 110.7 115.76 186.7 -
System Red Green Blue C M Y K H S L
Decimal 193 73 89 0 0.62 0.54 0.24 352 0.49 0.52
Hex C1 49 59 0 3E 36 18 160 31 34
Octal 301 111 131 0 76 66 30 540 61 64
Binary 11000001 1001001 1011001 0 111110 110110 11000 101100000 110001 110100

Color Harmonies of #C14959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14959

Black with #C14959

Text Example


Text Example

White with #C14959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14959; }

 p { color: rgb(193,73,89); }

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

background-color css

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

 a { background-color: rgb(193,73,89); }

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

border-color css

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

 span { border-color: rgb(193,73,89); }

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