#C14D60

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

Shades of Blush #C14D60

Tints of Blush #C14D60

Color information

#C14D60 (or 0xC14D60) is unknown color: approx Blush. HEX triplet: C1, 4D and 60. RGB value is (193,77,96). Sum of RGB (Red+Green+Blue) = 193+77+96=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14D60 is #3EB29F. Grayscale: #717171. Windows color (decimal): -4108960 or 6311361. OLE color: 6311361.

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

Color convert

RGB1937796-
CMYK00.600.500.24
HSL350.17º48.33%52.94%-
HSV(B)350.17º60.1%75.69%-
XYZ26.7617.4913.03-
YUV113.85117.93184.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.73%
GREEN value IS 77 (30.47% from 255) = 21.04%
BLUE value IS 96 (37.89% from 255) = 26.23%
R=52.73%
G=21.04%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193779600.600.500.24350.1748.3352.94
HexC14D6003C321815e3035
Octal30111514007462305366065
Binary1100000110011011100000011110011001011000101011110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14D60; }

 p { color: rgb(193,77,96); }

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

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

 a { background-color: rgb(193,77,96); }

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

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

 span { border-color: rgb(193,77,96); }

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