#C13E5E

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

Shades of Blush #C13E5E

Tints of Blush #C13E5E

Color information

#C13E5E (or 0xC13E5E) is unknown color: approx Blush. HEX triplet: C1, 3E and 5E. RGB value is (193,62,94). Sum of RGB (Red+Green+Blue) = 193+62+94=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13E5E is #3EC1A1. Grayscale: #686868. Windows color (decimal): -4112802 or 6176449. OLE color: 6176449.

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

Color convert

RGB1936294-
CMYK00.680.510.24
HSL345.34º51.37%50%-
HSV(B)345.34º67.88%75.69%-
XYZ25.7415.5912.24-
YUV104.82121.9190.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.30%
GREEN value IS 62 (24.61% from 255) = 17.77%
BLUE value IS 94 (37.11% from 255) = 26.93%
R=55.30%
G=17.77%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193629400.680.510.24345.3451.3750
HexC13E5E04433181593332
Octal30176136010463305316362
Binary1100000111111010111100100010011001111000101011001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13E5E; }

 p { color: rgb(193,62,94); }

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

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

 a { background-color: rgb(193,62,94); }

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

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

 span { border-color: rgb(193,62,94); }

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