#C1517A

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

Shades of Royal Heath #C1517A

Tints of Royal Heath #C1517A

Color information

#C1517A (or 0xC1517A) is unknown color: approx Royal Heath. HEX triplet: C1, 51 and 7A. RGB value is (193,81,122). Sum of RGB (Red+Green+Blue) = 193+81+122=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C1517A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1517A is #3EAE85. Grayscale: #777777. Windows color (decimal): -4107910 or 8016321. OLE color: 8016321.

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

Color convert

RGB19381122-
CMYK00.580.370.24
HSL338.04º47.46%53.73%-
HSV(B)338.04º58.03%75.69%-
XYZ28.4518.6320.51-
YUV119.16129.61180.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.74%
GREEN value IS 81 (32.03% from 255) = 20.45%
BLUE value IS 122 (48.05% from 255) = 30.81%
R=48.74%
G=20.45%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938112200.580.370.24338.0447.4653.73
HexC1517A03A25181522f36
Octal30112117207245305225766
Binary1100000110100011111010011101010010111000101010010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1517A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1517A; }

 p { color: rgb(193,81,122); }

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

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

 a { background-color: rgb(193,81,122); }

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

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

 span { border-color: rgb(193,81,122); }

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