#C1597D

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

Shades of Royal Heath #C1597D

Tints of Royal Heath #C1597D

Color information

#C1597D (or 0xC1597D) is unknown color: approx Royal Heath. HEX triplet: C1, 59 and 7D. RGB value is (193,89,125). Sum of RGB (Red+Green+Blue) = 193+89+125=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C1597D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1597D is #3EA682. Grayscale: #7C7C7C. Windows color (decimal): -4105859 or 8214977. OLE color: 8214977.

HSL color Cylindrical-coordinate representation of color #C1597D: hue angle of 339.23º 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 #C1597D is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB19389125-
CMYK00.540.350.24
HSL339.23º45.61%55.29%-
HSV(B)339.23º53.89%75.69%-
XYZ29.2719.9621.71-
YUV124.2128.46177.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.42%
GREEN value IS 89 (35.16% from 255) = 21.87%
BLUE value IS 125 (49.22% from 255) = 30.71%
R=47.42%
G=21.87%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938912500.540.350.24339.2345.6155.29
HexC1597D03623181532e37
Octal30113117506643305235667
Binary1100000110110011111101011011010001111000101010011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1597D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1597D; }

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

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

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

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

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

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

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

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