#C13E73

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

Shades of Royal Heath #C13E73

Tints of Royal Heath #C13E73

Color information

#C13E73 (or 0xC13E73) is unknown color: approx Royal Heath. HEX triplet: C1, 3E and 73. RGB value is (193,62,115). Sum of RGB (Red+Green+Blue) = 193+62+115=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13E73 is #3EC18C. Grayscale: #6B6B6B. Windows color (decimal): -4112781 or 7552705. OLE color: 7552705.

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

Color convert

RGB19362115-
CMYK00.680.400.24
HSL335.73º51.37%50%-
HSV(B)335.73º67.88%75.69%-
XYZ26.8116.0217.9-
YUV107.21132.4189.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.16%
GREEN value IS 62 (24.61% from 255) = 16.76%
BLUE value IS 115 (45.31% from 255) = 31.08%
R=52.16%
G=16.76%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936211500.680.400.24335.7351.3750
HexC13E7304428181503332
Octal30176163010450305206362
Binary1100000111111011100110100010010100011000101010000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13E73; }

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

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

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

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

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

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

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

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