#C5396D

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

Shades of Royal Heath #C5396D

Tints of Royal Heath #C5396D

Color information

#C5396D (or 0xC5396D) is unknown color: approx Royal Heath. HEX triplet: C5, 39 and 6D. RGB value is (197,57,109). Sum of RGB (Red+Green+Blue) = 197+57+109=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C5396D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5396D is #3AC692. Grayscale: #686868. Windows color (decimal): -3851923 or 7158213. OLE color: 7158213.

HSL color Cylindrical-coordinate representation of color #C5396D: hue angle of 337.71º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5396D is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB19757109-
CMYK00.710.450.23
HSL337.71º55.12%49.8%-
HSV(B)337.71º71.07%77.25%-
XYZ27.2515.916.1-
YUV104.79130.38193.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.27%
GREEN value IS 57 (22.66% from 255) = 15.70%
BLUE value IS 109 (42.97% from 255) = 30.03%
R=54.27%
G=15.70%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975710900.710.450.23337.7155.1249.8
HexC5396D0472D171523732
Octal30571155010755275226762
Binary1100010111100111011010100011110110110111101010010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5396D; }

 p { color: rgb(197,57,109); }

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

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

 a { background-color: rgb(197,57,109); }

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

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

 span { border-color: rgb(197,57,109); }

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