#C6396D

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

Shades of Royal Heath #C6396D

Tints of Royal Heath #C6396D

Color information

#C6396D (or 0xC6396D) is unknown color: approx Royal Heath. HEX triplet: C6, 39 and 6D. RGB value is (198,57,109). Sum of RGB (Red+Green+Blue) = 198+57+109=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C6396D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6396D is #39C692. Grayscale: #696969. Windows color (decimal): -3786387 or 7158214. OLE color: 7158214.

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

Color convert

RGB19857109-
CMYK00.710.450.22
HSL337.87º55.29%50%-
HSV(B)337.87º71.21%77.65%-
XYZ27.5116.0416.11-
YUV105.09130.21194.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.40%
GREEN value IS 57 (22.66% from 255) = 15.66%
BLUE value IS 109 (42.97% from 255) = 29.95%
R=54.40%
G=15.66%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985710900.710.450.22337.8755.2950
HexC6396D0472D161523732
Octal30671155010755265226762
Binary1100011011100111011010100011110110110110101010010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6396D; }

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

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

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

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

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

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

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

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