#C13B6D

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

Shades of Royal Heath #C13B6D

Tints of Royal Heath #C13B6D

Color information

#C13B6D (or 0xC13B6D) is unknown color: approx Royal Heath. HEX triplet: C1, 3B and 6D. RGB value is (193,59,109). Sum of RGB (Red+Green+Blue) = 193+59+109=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13B6D is #3EC492. Grayscale: #686868. Windows color (decimal): -4113555 or 7158721. OLE color: 7158721.

HSL color Cylindrical-coordinate representation of color #C13B6D: hue angle of 337.61º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13B6D is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB19359109-
CMYK00.690.440.24
HSL337.61º53.17%49.41%-
HSV(B)337.61º69.43%75.69%-
XYZ26.3215.5716.09-
YUV104.77130.39190.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.46%
GREEN value IS 59 (23.44% from 255) = 16.34%
BLUE value IS 109 (42.97% from 255) = 30.19%
R=53.46%
G=16.34%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935910900.690.440.24337.6153.1749.41
HexC13B6D0452C181523531
Octal30173155010554305226561
Binary1100000111101111011010100010110110011000101010010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13B6D; }

 p { color: rgb(193,59,109); }

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

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

 a { background-color: rgb(193,59,109); }

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

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

 span { border-color: rgb(193,59,109); }

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