#C63F6C

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

Shades of Royal Heath #C63F6C

Tints of Royal Heath #C63F6C

Color information

#C63F6C (or 0xC63F6C) is unknown color: approx Royal Heath. HEX triplet: C6, 3F and 6C. RGB value is (198,63,108). Sum of RGB (Red+Green+Blue) = 198+63+108=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63F6C is #39C093. Grayscale: #6C6C6C. Windows color (decimal): -3784852 or 7094214. OLE color: 7094214.

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

Color convert

RGB19863108-
CMYK00.680.450.22
HSL340º54.22%51.18%-
HSV(B)340º68.18%77.65%-
XYZ27.7716.6415.94-
YUV108.49127.73191.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.66%
GREEN value IS 63 (25% from 255) = 17.07%
BLUE value IS 108 (42.58% from 255) = 29.27%
R=53.66%
G=17.07%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986310800.680.450.2234054.2251.18
HexC63F6C0442D161543633
Octal30677154010455265246663
Binary1100011011111111011000100010010110110110101010100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63F6C; }

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

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

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

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

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

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

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

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