#C13A6D

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

Shades of Royal Heath #C13A6D

Tints of Royal Heath #C13A6D

Color information

#C13A6D (or 0xC13A6D) is unknown color: approx Royal Heath. HEX triplet: C1, 3A and 6D. RGB value is (193,58,109). Sum of RGB (Red+Green+Blue) = 193+58+109=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13A6D is #3EC592. Grayscale: #686868. Windows color (decimal): -4113811 or 7158465. OLE color: 7158465.

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

Color convert

RGB19358109-
CMYK00.700.440.24
HSL337.33º53.78%49.22%-
HSV(B)337.33º69.95%75.69%-
XYZ26.2715.4716.07-
YUV104.18130.73191.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.61%
GREEN value IS 58 (23.05% from 255) = 16.11%
BLUE value IS 109 (42.97% from 255) = 30.28%
R=53.61%
G=16.11%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935810900.700.440.24337.3353.7849.22
HexC13A6D0462C181513631
Octal30172155010654305216661
Binary1100000111101011011010100011010110011000101010001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13A6D; }

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

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

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

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

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

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

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

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