#C0597A

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

Shades of Royal Heath #C0597A

Tints of Royal Heath #C0597A

Color information

#C0597A (or 0xC0597A) is unknown color: approx Royal Heath. HEX triplet: C0, 59 and 7A. RGB value is (192,89,122). Sum of RGB (Red+Green+Blue) = 192+89+122=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0597A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0597A is #3FA685. Grayscale: #7B7B7B. Windows color (decimal): -4171398 or 8018368. OLE color: 8018368.

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

Color convert

RGB19289122-
CMYK00.540.360.25
HSL340.78º44.98%55.1%-
HSV(B)340.78º53.65%75.29%-
XYZ28.8219.7620.71-
YUV123.56127.12176.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.64%
GREEN value IS 89 (35.16% from 255) = 22.08%
BLUE value IS 122 (48.05% from 255) = 30.27%
R=47.64%
G=22.08%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928912200.540.360.25340.7844.9855.1
HexC0597A03624191552d37
Octal30013117206644315255567
Binary1100000010110011111010011011010010011001101010101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0597A; }

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

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

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

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

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

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

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

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