#C6386E

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

Shades of Royal Heath #C6386E

Tints of Royal Heath #C6386E

Color information

#C6386E (or 0xC6386E) is unknown color: approx Royal Heath. HEX triplet: C6, 38 and 6E. RGB value is (198,56,110). Sum of RGB (Red+Green+Blue) = 198+56+110=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C6386E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6386E is #39C791. Grayscale: #686868. Windows color (decimal): -3786642 or 7223494. OLE color: 7223494.

HSL color Cylindrical-coordinate representation of color #C6386E: 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.72%. Process color model (Four color, CMYK) of #C6386E is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB19856110-
CMYK00.720.440.22
HSL337.18º55.91%49.8%-
HSV(B)337.18º71.72%77.65%-
XYZ27.5215.9616.38-
YUV104.61131.04194.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.40%
GREEN value IS 56 (22.27% from 255) = 15.38%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=54.40%
G=15.38%
B=30.22%

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
Decimal1985611000.720.440.22337.1855.9149.8
HexC6386E0482C161513832
Octal30670156011054265217062
Binary1100011011100011011100100100010110010110101010001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6386E; }

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

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

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

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

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

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

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

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