#C13E63

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

Shades of Blush #C13E63

Tints of Blush #C13E63

Color information

#C13E63 (or 0xC13E63) is unknown color: approx Blush. HEX triplet: C1, 3E and 63. RGB value is (193,62,99). Sum of RGB (Red+Green+Blue) = 193+62+99=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13E63 is #3EC19C. Grayscale: #696969. Windows color (decimal): -4112797 or 6504129. OLE color: 6504129.

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

Color convert

RGB1936299-
CMYK00.680.490.24
HSL343.05º51.37%50%-
HSV(B)343.05º67.88%75.69%-
XYZ25.9715.6813.46-
YUV105.39124.4190.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.52%
GREEN value IS 62 (24.61% from 255) = 17.51%
BLUE value IS 99 (39.06% from 255) = 27.97%
R=54.52%
G=17.51%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193629900.680.490.24343.0551.3750
HexC13E6304431181573332
Octal30176143010461305276362
Binary1100000111111011000110100010011000111000101010111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13E63; }

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

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

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

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

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

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

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

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