#C13B75

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

Shades of Royal Heath #C13B75

Tints of Royal Heath #C13B75

Color information

#C13B75 (or 0xC13B75) is unknown color: approx Royal Heath. HEX triplet: C1, 3B and 75. RGB value is (193,59,117). Sum of RGB (Red+Green+Blue) = 193+59+117=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13B75 is #3EC48A. Grayscale: #696969. Windows color (decimal): -4113547 or 7683009. OLE color: 7683009.

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

Color convert

RGB19359117-
CMYK00.690.390.24
HSL334.03º53.17%49.41%-
HSV(B)334.03º69.43%75.69%-
XYZ26.7715.7518.46-
YUV105.68134.39190.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.30%
GREEN value IS 59 (23.44% from 255) = 15.99%
BLUE value IS 117 (46.09% from 255) = 31.71%
R=52.30%
G=15.99%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935911700.690.390.24334.0353.1749.41
HexC13B75045271814e3531
Octal30173165010547305166561
Binary1100000111101111101010100010110011111000101001110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13B75; }

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

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

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

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

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

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

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

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