#C14D6A

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

Shades of Blush #C14D6A

Tints of Blush #C14D6A

Color information

#C14D6A (or 0xC14D6A) is unknown color: approx Blush. HEX triplet: C1, 4D and 6A. RGB value is (193,77,106). Sum of RGB (Red+Green+Blue) = 193+77+106=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14D6A is #3EB295. Grayscale: #727272. Windows color (decimal): -4108950 or 6966721. OLE color: 6966721.

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

Color convert

RGB19377106-
CMYK00.600.450.24
HSL345º48.33%52.94%-
HSV(B)345º60.1%75.69%-
XYZ27.2517.6915.61-
YUV114.99122.93183.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.33%
GREEN value IS 77 (30.47% from 255) = 20.48%
BLUE value IS 106 (41.80% from 255) = 28.19%
R=51.33%
G=20.48%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937710600.600.450.2434548.3352.94
HexC14D6A03C2D181593035
Octal30111515207455305316065
Binary1100000110011011101010011110010110111000101011001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14D6A; }

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

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

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

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

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

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

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

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