#C0457C

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

Shades of Royal Heath #C0457C

Tints of Royal Heath #C0457C

Color information

#C0457C (or 0xC0457C) is unknown color: approx Royal Heath. HEX triplet: C0, 45 and 7C. RGB value is (192,69,124). Sum of RGB (Red+Green+Blue) = 192+69+124=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0457C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0457C is #3FBA83. Grayscale: #6F6F6F. Windows color (decimal): -4176516 or 8144320. OLE color: 8144320.

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

Color convert

RGB19269124-
CMYK00.640.350.25
HSL333.17º49.4%51.18%-
HSV(B)333.17º64.06%75.29%-
XYZ27.516.9220.88-
YUV112.05134.75185.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.87%
GREEN value IS 69 (27.34% from 255) = 17.92%
BLUE value IS 124 (48.83% from 255) = 32.21%
R=49.87%
G=17.92%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926912400.640.350.25333.1749.451.18
HexC0457C040231914d3133
Octal300105174010043315156163
Binary11000000100010111111000100000010001111001101001101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0457C; }

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

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

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

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

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

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

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

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