#C0557C

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

Shades of Royal Heath #C0557C

Tints of Royal Heath #C0557C

Color information

#C0557C (or 0xC0557C) is unknown color: approx Royal Heath. HEX triplet: C0, 55 and 7C. RGB value is (192,85,124). Sum of RGB (Red+Green+Blue) = 192+85+124=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0557C is #3FAA83. Grayscale: #797979. Windows color (decimal): -4172420 or 8148416. OLE color: 8148416.

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

Color convert

RGB19285124-
CMYK00.560.350.25
HSL338.13º45.92%54.31%-
HSV(B)338.13º55.73%75.29%-
XYZ28.6219.1621.26-
YUV121.44129.45178.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.88%
GREEN value IS 85 (33.59% from 255) = 21.20%
BLUE value IS 124 (48.83% from 255) = 30.92%
R=47.88%
G=21.20%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928512400.560.350.25338.1345.9254.31
HexC0557C03823191522e36
Octal30012517407043315225666
Binary1100000010101011111100011100010001111001101010010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0557C; }

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

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

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

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

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

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

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

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