#C15979

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

Shades of Royal Heath #C15979

Tints of Royal Heath #C15979

Color information

#C15979 (or 0xC15979) is unknown color: approx Royal Heath. HEX triplet: C1, 59 and 79. RGB value is (193,89,121). Sum of RGB (Red+Green+Blue) = 193+89+121=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C15979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15979 is #3EA686. Grayscale: #7B7B7B. Windows color (decimal): -4105863 or 7952833. OLE color: 7952833.

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

Color convert

RGB19389121-
CMYK00.540.370.24
HSL341.54º45.61%55.29%-
HSV(B)341.54º53.89%75.69%-
XYZ29.0219.8620.39-
YUV123.74126.46177.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.89%
GREEN value IS 89 (35.16% from 255) = 22.08%
BLUE value IS 121 (47.66% from 255) = 30.02%
R=47.89%
G=22.08%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938912100.540.370.24341.5445.6155.29
HexC1597903625181562e37
Octal30113117106645305265667
Binary1100000110110011111001011011010010111000101010110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15979; }

 p { color: rgb(193,89,121); }

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

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

 a { background-color: rgb(193,89,121); }

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

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

 span { border-color: rgb(193,89,121); }

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