#C7396F

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

Shades of Royal Heath #C7396F

Tints of Royal Heath #C7396F

Color information

#C7396F (or 0xC7396F) is unknown color: approx Royal Heath. HEX triplet: C7, 39 and 6F. RGB value is (199,57,111). Sum of RGB (Red+Green+Blue) = 199+57+111=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C7396F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7396F is #38C690. Grayscale: #696969. Windows color (decimal): -3720849 or 7289287. OLE color: 7289287.

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

Color convert

RGB19957111-
CMYK00.710.440.22
HSL337.18º55.91%50.2%-
HSV(B)337.18º71.36%78.04%-
XYZ27.8916.2216.7-
YUV105.61131.04194.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.22%
GREEN value IS 57 (22.66% from 255) = 15.53%
BLUE value IS 111 (43.75% from 255) = 30.25%
R=54.22%
G=15.53%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995711100.710.440.22337.1855.9150.2
HexC7396F0472C161513832
Octal30771157010754265217062
Binary1100011111100111011110100011110110010110101010001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7396F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7396F; }

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

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

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

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

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

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

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

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