#C14362

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

Shades of Blush #C14362

Tints of Blush #C14362

Color information

#C14362 (or 0xC14362) is unknown color: approx Blush. HEX triplet: C1, 43 and 62. RGB value is (193,67,98). Sum of RGB (Red+Green+Blue) = 193+67+98=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C14362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14362 is #3EBC9D. Grayscale: #6C6C6C. Windows color (decimal): -4111518 or 6439873. OLE color: 6439873.

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

Color convert

RGB1936798-
CMYK00.650.490.24
HSL345.24º50.4%50.98%-
HSV(B)345.24º65.28%75.69%-
XYZ26.216.2313.31-
YUV108.21122.24188.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.91%
GREEN value IS 67 (26.56% from 255) = 18.72%
BLUE value IS 98 (38.67% from 255) = 27.37%
R=53.91%
G=18.72%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193679800.650.490.24345.2450.450.98
HexC1436204131181593233
Octal301103142010161305316263
Binary11000001100001111000100100000111000111000101011001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14362; }

 p { color: rgb(193,67,98); }

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

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

 a { background-color: rgb(193,67,98); }

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

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

 span { border-color: rgb(193,67,98); }

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