#C6386F

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

Shades of Royal Heath #C6386F

Tints of Royal Heath #C6386F

Color information

#C6386F (or 0xC6386F) is unknown color: approx Royal Heath. HEX triplet: C6, 38 and 6F. RGB value is (198,56,111). Sum of RGB (Red+Green+Blue) = 198+56+111=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C6386F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6386F is #39C790. Grayscale: #686868. Windows color (decimal): -3786641 or 7289030. OLE color: 7289030.

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

Color convert

RGB19856111-
CMYK00.720.440.22
HSL336.76º55.91%49.8%-
HSV(B)336.76º71.72%77.65%-
XYZ27.5715.9816.67-
YUV104.73131.54194.53-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.25%
GREEN value IS 56 (22.27% from 255) = 15.34%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=54.25%
G=15.34%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985611100.720.440.22336.7655.9149.8
HexC6386F0482C161513832
Octal30670157011054265217062
Binary1100011011100011011110100100010110010110101010001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6386F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6386F; }

 p { color: rgb(198,56,111); }

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

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

 a { background-color: rgb(198,56,111); }

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

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

 span { border-color: rgb(198,56,111); }

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