#c63873

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

Shades of Royal Heath #C63873

Tints of Royal Heath #C63873

Color information

#C63873 (or 0xC63873) is unknown color: approx Royal Heath. HEX triplet: C6, 38 and 73. RGB value is (198,56,115). Sum of RGB (Red+Green+Blue) = 198+56+115=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C63873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63873 is #39C78C. Grayscale: #696969. Windows color (decimal): -3786637 or 7551174. OLE color: 7551174.

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

Color convert

RGB19856115-
CMYK00.720.420.22
HSL335.07º55.91%49.8%-
HSV(B)335.07º71.72%77.65%-
XYZ27.816.0717.86-
YUV105.18133.54194.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.66%
GREEN value IS 56 (22.27% from 255) = 15.18%
BLUE value IS 115 (45.31% from 255) = 31.17%
R=53.66%
G=15.18%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985611500.720.420.22335.0755.9149.8
HexC638730482A1614f3832
Octal30670163011052265177062
Binary1100011011100011100110100100010101010110101001111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c63873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c63873; }

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

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

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

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

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

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

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

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