#C14E63

Color #C14E63 Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #C14E63

Tints of Blush #C14E63

Color information

#C14E63 (or 0xC14E63) is unknown color: approx Blush. HEX triplet: C1, 4E and 63. RGB value is (193,78,99). Sum of RGB (Red+Green+Blue) = 193+78+99=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14E63 is #3EB19C. Grayscale: #727272. Windows color (decimal): -4108701 or 6508225. OLE color: 6508225.

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

Color convert

RGB1937899-
CMYK00.600.490.24
HSL349.04º48.12%53.14%-
HSV(B)349.04º59.59%75.69%-
XYZ26.9717.6913.8-
YUV114.78119.1183.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.16%
GREEN value IS 78 (30.86% from 255) = 21.08%
BLUE value IS 99 (39.06% from 255) = 26.76%
R=52.16%
G=21.08%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193789900.600.490.24349.0448.1253.14
HexC14E6303C311815d3035
Octal30111614307461305356065
Binary1100000110011101100011011110011000111000101011101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14E63; }

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

 H1.HeaderClassName
 {
   color: #C14E63;
 }
 .AnyTagClassName
 {
   color: #C14E63;
 }
</style>
background-color css

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

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

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

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

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

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