#C7396E

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

Shades of Royal Heath #C7396E

Tints of Royal Heath #C7396E

Color information

#C7396E (or 0xC7396E) is unknown color: approx Royal Heath. HEX triplet: C7, 39 and 6E. RGB value is (199,57,110). Sum of RGB (Red+Green+Blue) = 199+57+110=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 57 (22.66% from 255 or 15.57% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C7396E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7396E is #38C691. Grayscale: #696969. Windows color (decimal): -3720850 or 7223751. OLE color: 7223751.

HSL color Cylindrical-coordinate representation of color #C7396E: hue angle of 337.61º degrees, saturation: 0.56, 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 #C7396E is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB19957110-
CMYK00.710.450.22
HSL337.61º55.91%50.2%-
HSV(B)337.61º71.36%78.04%-
XYZ27.8316.1916.41-
YUV105.5130.54194.69-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.37%
GREEN value IS 57 (22.66% from 255) = 15.57%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=54.37%
G=15.57%
B=30.05%

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
Decimal1995711000.710.450.22337.6155.9150.2
HexC7396E0472D161523832
Octal30771156010755265227062
Binary1100011111100111011100100011110110110110101010010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7396E; }

 p { color: rgb(199,57,110); }

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

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

 a { background-color: rgb(199,57,110); }

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

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

 span { border-color: rgb(199,57,110); }

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