#C84173

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

Shades of Royal Heath #C84173

Tints of Royal Heath #C84173

Color information

#C84173 (or 0xC84173) is unknown color: approx Royal Heath. HEX triplet: C8, 41 and 73. RGB value is (200,65,115). Sum of RGB (Red+Green+Blue) = 200+65+115=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C84173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84173 is #37BE8C. Grayscale: #6F6F6F. Windows color (decimal): -3653261 or 7553480. OLE color: 7553480.

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

Color convert

RGB20065115-
CMYK00.680.420.22
HSL337.78º55.1%51.96%-
HSV(B)337.78º67.5%78.43%-
XYZ28.817.318.04-
YUV111.06130.23191.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.63%
GREEN value IS 65 (25.78% from 255) = 17.11%
BLUE value IS 115 (45.31% from 255) = 30.26%
R=52.63%
G=17.11%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006511500.680.420.22337.7855.151.96
HexC841730442A161523734
Octal310101163010452265226764
Binary11001000100000111100110100010010101010110101010010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84173; }

 p { color: rgb(200,65,115); }

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

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

 a { background-color: rgb(200,65,115); }

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

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

 span { border-color: rgb(200,65,115); }

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