#C1517E

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

Shades of Royal Heath #C1517E

Tints of Royal Heath #C1517E

Color information

#C1517E (or 0xC1517E) is unknown color: approx Royal Heath. HEX triplet: C1, 51 and 7E. RGB value is (193,81,126). Sum of RGB (Red+Green+Blue) = 193+81+126=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C1517E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1517E is #3EAE81. Grayscale: #777777. Windows color (decimal): -4107906 or 8278465. OLE color: 8278465.

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

Color convert

RGB19381126-
CMYK00.580.350.24
HSL335.89º47.46%53.73%-
HSV(B)335.89º58.03%75.69%-
XYZ28.718.7321.84-
YUV119.62131.61180.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.25%
GREEN value IS 81 (32.03% from 255) = 20.25%
BLUE value IS 126 (49.61% from 255) = 31.5%
R=48.25%
G=20.25%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938112600.580.350.24335.8947.4653.73
HexC1517E03A23181502f36
Octal30112117607243305205766
Binary1100000110100011111110011101010001111000101010000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1517E; }

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

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

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

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

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

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

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

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