#C6426F

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

Shades of Royal Heath #C6426F

Tints of Royal Heath #C6426F

Color information

#C6426F (or 0xC6426F) is unknown color: approx Royal Heath. HEX triplet: C6, 42 and 6F. RGB value is (198,66,111). Sum of RGB (Red+Green+Blue) = 198+66+111=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C6426F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6426F is #39BD90. Grayscale: #6E6E6E. Windows color (decimal): -3784081 or 7291590. OLE color: 7291590.

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

Color convert

RGB19866111-
CMYK00.670.440.22
HSL339.55º53.66%51.76%-
HSV(B)339.55º66.67%77.65%-
XYZ28.1117.0516.85-
YUV110.6128.23190.34-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.8%
GREEN value IS 66 (26.17% from 255) = 17.6%
BLUE value IS 111 (43.75% from 255) = 29.6%
R=52.8%
G=17.6%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986611100.670.440.22339.5553.6651.76
HexC6426F0432C161543634
Octal306102157010354265246664
Binary11000110100001011011110100001110110010110101010100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6426F; }

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

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

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

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

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

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

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

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