#C13968

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

Shades of Royal Heath #C13968

Tints of Royal Heath #C13968

Color information

#C13968 (or 0xC13968) is unknown color: approx Royal Heath. HEX triplet: C1, 39 and 68. RGB value is (193,57,104). Sum of RGB (Red+Green+Blue) = 193+57+104=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C13968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13968 is #3EC697. Grayscale: #666666. Windows color (decimal): -4114072 or 6830529. OLE color: 6830529.

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

Color convert

RGB19357104-
CMYK00.700.460.24
HSL339.26º54.4%49.02%-
HSV(B)339.26º70.47%75.69%-
XYZ25.9515.2614.67-
YUV103.02128.56192.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.52%
GREEN value IS 57 (22.66% from 255) = 16.10%
BLUE value IS 104 (41.02% from 255) = 29.38%
R=54.52%
G=16.10%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935710400.700.460.24339.2654.449.02
HexC139680462E181533631
Octal30171150010656305236661
Binary1100000111100111010000100011010111011000101010011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13968; }

 p { color: rgb(193,57,104); }

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

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

 a { background-color: rgb(193,57,104); }

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

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

 span { border-color: rgb(193,57,104); }

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