#c63f70

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

Shades of Royal Heath #C63F70

Tints of Royal Heath #C63F70

Color information

#C63F70 (or 0xC63F70) is unknown color: approx Royal Heath. HEX triplet: C6, 3F and 70. RGB value is (198,63,112). Sum of RGB (Red+Green+Blue) = 198+63+112=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63F70 is #39C08F. Grayscale: #6C6C6C. Windows color (decimal): -3784848 or 7356358. OLE color: 7356358.

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

Color convert

RGB19863112-
CMYK00.680.430.22
HSL338.22º54.22%51.18%-
HSV(B)338.22º68.18%77.65%-
XYZ27.9916.7317.08-
YUV108.95129.73191.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.08%
GREEN value IS 63 (25% from 255) = 16.89%
BLUE value IS 112 (44.14% from 255) = 30.03%
R=53.08%
G=16.89%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986311200.680.430.22338.2254.2251.18
HexC63F700442B161523633
Octal30677160010453265226663
Binary1100011011111111100000100010010101110110101010010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c63f70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c63f70; }

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

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

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

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

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

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

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

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