#C0557A

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

Shades of Royal Heath #C0557A

Tints of Royal Heath #C0557A

Color information

#C0557A (or 0xC0557A) is unknown color: approx Royal Heath. HEX triplet: C0, 55 and 7A. RGB value is (192,85,122). Sum of RGB (Red+Green+Blue) = 192+85+122=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0557A is #3FAA85. Grayscale: #797979. Windows color (decimal): -4172422 or 8017344. OLE color: 8017344.

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

Color convert

RGB19285122-
CMYK00.560.360.25
HSL339.25º45.92%54.31%-
HSV(B)339.25º55.73%75.29%-
XYZ28.519.1120.6-
YUV121.21128.45178.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.12%
GREEN value IS 85 (33.59% from 255) = 21.30%
BLUE value IS 122 (48.05% from 255) = 30.58%
R=48.12%
G=21.30%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928512200.560.360.25339.2545.9254.31
HexC0557A03824191532e36
Octal30012517207044315235666
Binary1100000010101011111010011100010010011001101010011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0557A; }

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

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

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

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

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

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

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

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