#C0517B

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

Shades of Royal Heath #C0517B

Tints of Royal Heath #C0517B

Color information

#C0517B (or 0xC0517B) is unknown color: approx Royal Heath. HEX triplet: C0, 51 and 7B. RGB value is (192,81,123). Sum of RGB (Red+Green+Blue) = 192+81+123=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C0517B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0517B is #3FAE84. Grayscale: #767676. Windows color (decimal): -4173445 or 8081856. OLE color: 8081856.

HSL color Cylindrical-coordinate representation of color #C0517B: hue angle of 337.3º 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 #C0517B is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB19281123-
CMYK00.580.360.25
HSL337.3º46.84%53.53%-
HSV(B)337.3º57.81%75.29%-
XYZ28.2618.5220.82-
YUV118.98130.27180.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.48%
GREEN value IS 81 (32.03% from 255) = 20.45%
BLUE value IS 123 (48.44% from 255) = 31.06%
R=48.48%
G=20.45%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928112300.580.360.25337.346.8453.53
HexC0517B03A24191512f36
Octal30012117307244315215766
Binary1100000010100011111011011101010010011001101010001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0517B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0517B; }

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

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

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

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

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

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

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

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