#C13768

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

Shades of Royal Heath #C13768

Tints of Royal Heath #C13768

Color information

#C13768 (or 0xC13768) is unknown color: approx Royal Heath. HEX triplet: C1, 37 and 68. RGB value is (193,55,104). Sum of RGB (Red+Green+Blue) = 193+55+104=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C13768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13768 is #3EC897. Grayscale: #656565. Windows color (decimal): -4114584 or 6830017. OLE color: 6830017.

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

Color convert

RGB19355104-
CMYK00.720.460.24
HSL338.7º55.65%48.63%-
HSV(B)338.7º71.5%75.69%-
XYZ25.8615.0714.64-
YUV101.85129.22193.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.83%
GREEN value IS 55 (21.88% from 255) = 15.62%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=54.83%
G=15.62%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935510400.720.460.24338.755.6548.63
HexC137680482E181533831
Octal30167150011056305237061
Binary1100000111011111010000100100010111011000101010011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13768; }

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

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

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

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

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

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

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

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