#C14060

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

Shades of Blush #C14060

Tints of Blush #C14060

Color information

#C14060 (or 0xC14060) is unknown color: approx Blush. HEX triplet: C1, 40 and 60. RGB value is (193,64,96). Sum of RGB (Red+Green+Blue) = 193+64+96=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C14060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14060 is #3EBF9F. Grayscale: #6A6A6A. Windows color (decimal): -4112288 or 6308033. OLE color: 6308033.

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

Color convert

RGB1936496-
CMYK00.670.500.24
HSL345.12º50.99%50.39%-
HSV(B)345.12º66.84%75.69%-
XYZ25.9415.8512.76-
YUV106.22122.24189.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.67%
GREEN value IS 64 (25.39% from 255) = 18.13%
BLUE value IS 96 (37.89% from 255) = 27.20%
R=54.67%
G=18.13%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193649600.670.500.24345.1250.9950.39
HexC1406004332181593332
Octal301100140010362305316362
Binary11000001100000011000000100001111001011000101011001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14060; }

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

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

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

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

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

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

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

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