#C14165

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

Shades of Blush #C14165

Tints of Blush #C14165

Color information

#C14165 (or 0xC14165) is unknown color: approx Blush. HEX triplet: C1, 41 and 65. RGB value is (193,65,101). Sum of RGB (Red+Green+Blue) = 193+65+101=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C14165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14165 is #3EBE9A. Grayscale: #6B6B6B. Windows color (decimal): -4112027 or 6635969. OLE color: 6635969.

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

Color convert

RGB19365101-
CMYK00.660.480.24
HSL343.12º50.79%50.59%-
HSV(B)343.12º66.32%75.69%-
XYZ26.2316.0614.03-
YUV107.38124.41189.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.76%
GREEN value IS 65 (25.78% from 255) = 18.11%
BLUE value IS 101 (39.84% from 255) = 28.13%
R=53.76%
G=18.11%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936510100.660.480.24343.1250.7950.59
HexC1416504230181573333
Octal301101145010260305276363
Binary11000001100000111001010100001011000011000101010111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14165; }

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

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

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

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

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

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

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

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