#C05578

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

Shades of Royal Heath #C05578

Tints of Royal Heath #C05578

Color information

#C05578 (or 0xC05578) is unknown color: approx Royal Heath. HEX triplet: C0, 55 and 78. RGB value is (192,85,120). Sum of RGB (Red+Green+Blue) = 192+85+120=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C05578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05578 is #3FAA87. Grayscale: #787878. Windows color (decimal): -4172424 or 7886272. OLE color: 7886272.

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

Color convert

RGB19285120-
CMYK00.560.380.25
HSL340.37º45.92%54.31%-
HSV(B)340.37º55.73%75.29%-
XYZ28.3819.0619.95-
YUV120.98127.45178.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.36%
GREEN value IS 85 (33.59% from 255) = 21.41%
BLUE value IS 120 (47.27% from 255) = 30.23%
R=48.36%
G=21.41%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928512000.560.380.25340.3745.9254.31
HexC0557803826191542e36
Octal30012517007046315245666
Binary1100000010101011111000011100010011011001101010100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05578; }

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

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

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

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

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

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

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

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