#C1457C

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

Shades of Royal Heath #C1457C

Tints of Royal Heath #C1457C

Color information

#C1457C (or 0xC1457C) is unknown color: approx Royal Heath. HEX triplet: C1, 45 and 7C. RGB value is (193,69,124). Sum of RGB (Red+Green+Blue) = 193+69+124=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C1457C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1457C is #3EBA83. Grayscale: #707070. Windows color (decimal): -4110980 or 8144321. OLE color: 8144321.

HSL color Cylindrical-coordinate representation of color #C1457C: hue angle of 333.39º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C1457C is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB19369124-
CMYK00.640.360.24
HSL333.39º50%51.37%-
HSV(B)333.39º64.25%75.69%-
XYZ27.7617.0520.9-
YUV112.35134.58185.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50%
GREEN value IS 69 (27.34% from 255) = 17.88%
BLUE value IS 124 (48.83% from 255) = 32.12%
R=50%
G=17.88%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936912400.640.360.24333.395051.37
HexC1457C040241814d3233
Octal301105174010044305156263
Binary11000001100010111111000100000010010011000101001101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1457C; }

 p { color: rgb(193,69,124); }

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

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

 a { background-color: rgb(193,69,124); }

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

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

 span { border-color: rgb(193,69,124); }

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