#c5396a

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

Shades of Royal Heath #C5396A

Tints of Royal Heath #C5396A

Color information

#C5396A (or 0xC5396A) is unknown color: approx Royal Heath. HEX triplet: C5, 39 and 6A. RGB value is (197,57,106). Sum of RGB (Red+Green+Blue) = 197+57+106=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5396A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5396A is #3AC695. Grayscale: #686868. Windows color (decimal): -3851926 or 6961605. OLE color: 6961605.

HSL color Cylindrical-coordinate representation of color #C5396A: hue angle of 339º 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 #C5396A is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB19757106-
CMYK00.710.460.23
HSL339º55.12%49.8%-
HSV(B)339º71.07%77.25%-
XYZ27.0915.8415.26-
YUV104.45128.88194.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.72%
GREEN value IS 57 (22.66% from 255) = 15.83%
BLUE value IS 106 (41.80% from 255) = 29.44%
R=54.72%
G=15.83%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975710600.710.460.2333955.1249.8
HexC5396A0472E171533732
Octal30571152010756275236762
Binary1100010111100111010100100011110111010111101010011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5396a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5396a; }

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

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

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

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

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

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

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

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