#C63B72

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

Shades of Royal Heath #C63B72

Tints of Royal Heath #C63B72

Color information

#C63B72 (or 0xC63B72) is unknown color: approx Royal Heath. HEX triplet: C6, 3B and 72. RGB value is (198,59,114). Sum of RGB (Red+Green+Blue) = 198+59+114=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63B72 is #39C48D. Grayscale: #6A6A6A. Windows color (decimal): -3785870 or 7486406. OLE color: 7486406.

HSL color Cylindrical-coordinate representation of color #C63B72: hue angle of 336.26º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63B72 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB19859114-
CMYK00.700.420.22
HSL336.26º54.94%50.39%-
HSV(B)336.26º70.2%77.65%-
XYZ27.8916.3517.61-
YUV106.83132.05193.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.37%
GREEN value IS 59 (23.44% from 255) = 15.90%
BLUE value IS 114 (44.92% from 255) = 30.73%
R=53.37%
G=15.90%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985911400.700.420.22336.2654.9450.39
HexC63B720462A161503732
Octal30673162010652265206762
Binary1100011011101111100100100011010101010110101010000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63B72; }

 p { color: rgb(198,59,114); }

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

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

 a { background-color: rgb(198,59,114); }

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

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

 span { border-color: rgb(198,59,114); }

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