#C13F64

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

Shades of Blush #C13F64

Tints of Blush #C13F64

Color information

#C13F64 (or 0xC13F64) is unknown color: approx Blush. HEX triplet: C1, 3F and 64. RGB value is (193,63,100). Sum of RGB (Red+Green+Blue) = 193+63+100=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13F64 is #3EC09B. Grayscale: #6A6A6A. Windows color (decimal): -4112540 or 6569921. OLE color: 6569921.

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

Color convert

RGB19363100-
CMYK00.670.480.24
HSL342.92º51.18%50.2%-
HSV(B)342.92º67.36%75.69%-
XYZ26.0715.8113.73-
YUV106.09124.57189.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.21%
GREEN value IS 63 (25% from 255) = 17.70%
BLUE value IS 100 (39.45% from 255) = 28.09%
R=54.21%
G=17.70%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936310000.670.480.24342.9251.1850.2
HexC13F6404330181573332
Octal30177144010360305276362
Binary1100000111111111001000100001111000011000101010111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13F64; }

 p { color: rgb(193,63,100); }

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

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

 a { background-color: rgb(193,63,100); }

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

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

 span { border-color: rgb(193,63,100); }

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