#C14466

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

Shades of Blush #C14466

Tints of Blush #C14466

Color information

#C14466 (or 0xC14466) is unknown color: approx Blush. HEX triplet: C1, 44 and 66. RGB value is (193,68,102). Sum of RGB (Red+Green+Blue) = 193+68+102=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C14466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14466 is #3EBB99. Grayscale: #6D6D6D. Windows color (decimal): -4111258 or 6702273. OLE color: 6702273.

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

Color convert

RGB19368102-
CMYK00.650.470.24
HSL343.68º50.2%51.18%-
HSV(B)343.68º64.77%75.69%-
XYZ26.4616.4314.35-
YUV109.25123.91187.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.17%
GREEN value IS 68 (26.95% from 255) = 18.73%
BLUE value IS 102 (40.23% from 255) = 28.10%
R=53.17%
G=18.73%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936810200.650.470.24343.6850.251.18
HexC144660412F181583233
Octal301104146010157305306263
Binary11000001100010011001100100000110111111000101011000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14466; }

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

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

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

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

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

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

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

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