#C1597A

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

Shades of Royal Heath #C1597A

Tints of Royal Heath #C1597A

Color information

#C1597A (or 0xC1597A) is unknown color: approx Royal Heath. HEX triplet: C1, 59 and 7A. RGB value is (193,89,122). Sum of RGB (Red+Green+Blue) = 193+89+122=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C1597A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1597A is #3EA685. Grayscale: #7B7B7B. Windows color (decimal): -4105862 or 8018369. OLE color: 8018369.

HSL color Cylindrical-coordinate representation of color #C1597A: hue angle of 340.96º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C1597A is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB19389122-
CMYK00.540.370.24
HSL340.96º45.61%55.29%-
HSV(B)340.96º53.89%75.69%-
XYZ29.0819.8920.72-
YUV123.86126.96177.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.77%
GREEN value IS 89 (35.16% from 255) = 22.03%
BLUE value IS 122 (48.05% from 255) = 30.20%
R=47.77%
G=22.03%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938912200.540.370.24340.9645.6155.29
HexC1597A03625181552e37
Octal30113117206645305255667
Binary1100000110110011111010011011010010111000101010101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1597A; }

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

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

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

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

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

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

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

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