#C63870

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

Shades of Royal Heath #C63870

Tints of Royal Heath #C63870

Color information

#C63870 (or 0xC63870) is unknown color: approx Royal Heath. HEX triplet: C6, 38 and 70. RGB value is (198,56,112). Sum of RGB (Red+Green+Blue) = 198+56+112=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C63870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63870 is #39C78F. Grayscale: #686868. Windows color (decimal): -3786640 or 7354566. OLE color: 7354566.

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

Color convert

RGB19856112-
CMYK00.720.430.22
HSL336.34º55.91%49.8%-
HSV(B)336.34º71.72%77.65%-
XYZ27.631616.96-
YUV104.84132.04194.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.10%
GREEN value IS 56 (22.27% from 255) = 15.30%
BLUE value IS 112 (44.14% from 255) = 30.60%
R=54.10%
G=15.30%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985611200.720.430.22336.3455.9149.8
HexC638700482B161503832
Octal30670160011053265207062
Binary1100011011100011100000100100010101110110101010000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63870; }

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

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

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

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

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

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

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

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