#C14E68

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

Shades of Blush #C14E68

Tints of Blush #C14E68

Color information

#C14E68 (or 0xC14E68) is unknown color: approx Blush. HEX triplet: C1, 4E and 68. RGB value is (193,78,104). Sum of RGB (Red+Green+Blue) = 193+78+104=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14E68 is #3EB197. Grayscale: #737373. Windows color (decimal): -4108696 or 6835905. OLE color: 6835905.

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

Color convert

RGB19378104-
CMYK00.600.460.24
HSL346.43º48.12%53.14%-
HSV(B)346.43º59.59%75.69%-
XYZ27.2217.7915.1-
YUV115.35121.6183.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.47%
GREEN value IS 78 (30.86% from 255) = 20.8%
BLUE value IS 104 (41.02% from 255) = 27.73%
R=51.47%
G=20.8%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937810400.600.460.24346.4348.1253.14
HexC14E6803C2E1815a3035
Octal30111615007456305326065
Binary1100000110011101101000011110010111011000101011010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14E68; }

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

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

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

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

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

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

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

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