#C0557E

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

Shades of Royal Heath #C0557E

Tints of Royal Heath #C0557E

Color information

#C0557E (or 0xC0557E) is unknown color: approx Royal Heath. HEX triplet: C0, 55 and 7E. RGB value is (192,85,126). Sum of RGB (Red+Green+Blue) = 192+85+126=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0557E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0557E is #3FAA81. Grayscale: #797979. Windows color (decimal): -4172418 or 8279488. OLE color: 8279488.

HSL color Cylindrical-coordinate representation of color #C0557E: hue angle of 337.01º 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 #C0557E is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB19285126-
CMYK00.560.340.25
HSL337.01º45.92%54.31%-
HSV(B)337.01º55.73%75.29%-
XYZ28.7519.2121.93-
YUV121.67130.45178.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.64%
GREEN value IS 85 (33.59% from 255) = 21.09%
BLUE value IS 126 (49.61% from 255) = 31.27%
R=47.64%
G=21.09%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928512600.560.340.25337.0145.9254.31
HexC0557E03822191512e36
Octal30012517607042315215666
Binary1100000010101011111110011100010001011001101010001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0557E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0557E; }

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

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

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

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

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

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

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

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