#C14460

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

Shades of Blush #C14460

Tints of Blush #C14460

Color information

#C14460 (or 0xC14460) is unknown color: approx Blush. HEX triplet: C1, 44 and 60. RGB value is (193,68,96). Sum of RGB (Red+Green+Blue) = 193+68+96=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C14460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14460 is #3EBB9F. Grayscale: #6C6C6C. Windows color (decimal): -4111264 or 6309057. OLE color: 6309057.

HSL color Cylindrical-coordinate representation of color #C14460: hue angle of 346.56º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C14460 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB1936896-
CMYK00.650.500.24
HSL346.56º50.2%51.18%-
HSV(B)346.56º64.77%75.69%-
XYZ26.1716.3212.84-
YUV108.57120.91188.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.06%
GREEN value IS 68 (26.95% from 255) = 19.05%
BLUE value IS 96 (37.89% from 255) = 26.89%
R=54.06%
G=19.05%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193689600.650.500.24346.5650.251.18
HexC14460041321815b3233
Octal301104140010162305336263
Binary11000001100010011000000100000111001011000101011011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14460; }

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

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

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

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

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

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

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

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