#C14B65

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

Shades of Blush #C14B65

Tints of Blush #C14B65

Color information

#C14B65 (or 0xC14B65) is unknown color: approx Blush. HEX triplet: C1, 4B and 65. RGB value is (193,75,101). Sum of RGB (Red+Green+Blue) = 193+75+101=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14B65 is #3EB49A. Grayscale: #717171. Windows color (decimal): -4109467 or 6638529. OLE color: 6638529.

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

Color convert

RGB19375101-
CMYK00.610.480.24
HSL346.78º48.76%52.55%-
HSV(B)346.78º61.14%75.69%-
XYZ26.8617.3114.24-
YUV113.25121.09184.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.30%
GREEN value IS 75 (29.69% from 255) = 20.33%
BLUE value IS 101 (39.84% from 255) = 27.37%
R=52.30%
G=20.33%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937510100.610.480.24346.7848.7652.55
HexC14B6503D301815b3135
Octal30111314507560305336165
Binary1100000110010111100101011110111000011000101011011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14B65; }

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

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

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

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

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

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

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

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