#C6416D

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

Shades of Royal Heath #C6416D

Tints of Royal Heath #C6416D

Color information

#C6416D (or 0xC6416D) is unknown color: approx Royal Heath. HEX triplet: C6, 41 and 6D. RGB value is (198,65,109). Sum of RGB (Red+Green+Blue) = 198+65+109=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C6416D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6416D is #39BE92. Grayscale: #6D6D6D. Windows color (decimal): -3784339 or 7160262. OLE color: 7160262.

HSL color Cylindrical-coordinate representation of color #C6416D: hue angle of 340.15º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C6416D is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB19865109-
CMYK00.670.450.22
HSL340.15º53.85%51.57%-
HSV(B)340.15º67.17%77.65%-
XYZ27.9416.8916.26-
YUV109.78127.56190.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.23%
GREEN value IS 65 (25.78% from 255) = 17.47%
BLUE value IS 109 (42.97% from 255) = 29.30%
R=53.23%
G=17.47%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986510900.670.450.22340.1553.8551.57
HexC6416D0432D161543634
Octal306101155010355265246664
Binary11000110100000111011010100001110110110110101010100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6416D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6416D; }

 p { color: rgb(198,65,109); }

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

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

 a { background-color: rgb(198,65,109); }

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

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

 span { border-color: rgb(198,65,109); }

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