#C0517C

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

Shades of Royal Heath #C0517C

Tints of Royal Heath #C0517C

Color information

#C0517C (or 0xC0517C) is unknown color: approx Royal Heath. HEX triplet: C0, 51 and 7C. RGB value is (192,81,124). Sum of RGB (Red+Green+Blue) = 192+81+124=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0517C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0517C is #3FAE83. Grayscale: #777777. Windows color (decimal): -4173444 or 8147392. OLE color: 8147392.

HSL color Cylindrical-coordinate representation of color #C0517C: hue angle of 336.76º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0517C is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB19281124-
CMYK00.580.350.25
HSL336.76º46.84%53.53%-
HSV(B)336.76º57.81%75.29%-
XYZ28.3218.5521.16-
YUV119.09130.77180-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.36%
GREEN value IS 81 (32.03% from 255) = 20.40%
BLUE value IS 124 (48.83% from 255) = 31.23%
R=48.36%
G=20.40%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928112400.580.350.25336.7646.8453.53
HexC0517C03A23191512f36
Octal30012117407243315215766
Binary1100000010100011111100011101010001111001101010001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0517C; }

 p { color: rgb(192,81,124); }

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

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

 a { background-color: rgb(192,81,124); }

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

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

 span { border-color: rgb(192,81,124); }

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