#C14565

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

Shades of Blush #C14565

Tints of Blush #C14565

Color information

#C14565 (or 0xC14565) is unknown color: approx Blush. HEX triplet: C1, 45 and 65. RGB value is (193,69,101). Sum of RGB (Red+Green+Blue) = 193+69+101=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C14565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14565 is #3EBA9A. Grayscale: #6D6D6D. Windows color (decimal): -4111003 or 6636993. OLE color: 6636993.

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

Color convert

RGB19369101-
CMYK00.640.480.24
HSL344.52º50%51.37%-
HSV(B)344.52º64.25%75.69%-
XYZ26.4716.5314.11-
YUV109.72123.08187.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.17%
GREEN value IS 69 (27.34% from 255) = 19.01%
BLUE value IS 101 (39.84% from 255) = 27.82%
R=53.17%
G=19.01%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936910100.640.480.24344.525051.37
HexC1456504030181593233
Octal301105145010060305316263
Binary11000001100010111001010100000011000011000101011001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14565; }

 p { color: rgb(193,69,101); }

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

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

 a { background-color: rgb(193,69,101); }

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

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

 span { border-color: rgb(193,69,101); }

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