#C7396C

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

Shades of Royal Heath #C7396C

Tints of Royal Heath #C7396C

Color information

#C7396C (or 0xC7396C) is unknown color: approx Royal Heath. HEX triplet: C7, 39 and 6C. RGB value is (199,57,108). Sum of RGB (Red+Green+Blue) = 199+57+108=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C7396C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7396C is #38C693. Grayscale: #696969. Windows color (decimal): -3720852 or 7092679. OLE color: 7092679.

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

Color convert

RGB19957108-
CMYK00.710.460.22
HSL338.45º55.91%50.2%-
HSV(B)338.45º71.36%78.04%-
XYZ27.7216.1515.84-
YUV105.27129.54194.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.67%
GREEN value IS 57 (22.66% from 255) = 15.66%
BLUE value IS 108 (42.58% from 255) = 29.67%
R=54.67%
G=15.66%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995710800.710.460.22338.4555.9150.2
HexC7396C0472E161523832
Octal30771154010756265227062
Binary1100011111100111011000100011110111010110101010010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7396C; }

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

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

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

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

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

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

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

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