#C13E6F

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

Shades of Royal Heath #C13E6F

Tints of Royal Heath #C13E6F

Color information

#C13E6F (or 0xC13E6F) is unknown color: approx Royal Heath. HEX triplet: C1, 3E and 6F. RGB value is (193,62,111). Sum of RGB (Red+Green+Blue) = 193+62+111=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13E6F is #3EC190. Grayscale: #6A6A6A. Windows color (decimal): -4112785 or 7290561. OLE color: 7290561.

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

Color convert

RGB19362111-
CMYK00.680.420.24
HSL337.56º51.37%50%-
HSV(B)337.56º67.88%75.69%-
XYZ26.5815.9316.71-
YUV106.76130.4189.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.73%
GREEN value IS 62 (24.61% from 255) = 16.94%
BLUE value IS 111 (43.75% from 255) = 30.33%
R=52.73%
G=16.94%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936211100.680.420.24337.5651.3750
HexC13E6F0442A181523332
Octal30176157010452305226362
Binary1100000111111011011110100010010101011000101010010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13E6F; }

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

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

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

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

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

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

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

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