#C05579

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

Shades of Royal Heath #C05579

Tints of Royal Heath #C05579

Color information

#C05579 (or 0xC05579) is unknown color: approx Royal Heath. HEX triplet: C0, 55 and 79. RGB value is (192,85,121). Sum of RGB (Red+Green+Blue) = 192+85+121=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C05579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05579 is #3FAA86. Grayscale: #797979. Windows color (decimal): -4172423 or 7951808. OLE color: 7951808.

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

Color convert

RGB19285121-
CMYK00.560.370.25
HSL339.81º45.92%54.31%-
HSV(B)339.81º55.73%75.29%-
XYZ28.4419.0820.27-
YUV121.1127.95178.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.24%
GREEN value IS 85 (33.59% from 255) = 21.36%
BLUE value IS 121 (47.66% from 255) = 30.40%
R=48.24%
G=21.36%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928512100.560.370.25339.8145.9254.31
HexC0557903825191542e36
Octal30012517107045315245666
Binary1100000010101011111001011100010010111001101010100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05579; }

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

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

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

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

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

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

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

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