#C84178

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

Shades of Royal Heath #C84178

Tints of Royal Heath #C84178

Color information

#C84178 (or 0xC84178) is unknown color: approx Royal Heath. HEX triplet: C8, 41 and 78. RGB value is (200,65,120). Sum of RGB (Red+Green+Blue) = 200+65+120=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C84178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84178 is #37BE87. Grayscale: #6F6F6F. Windows color (decimal): -3653256 or 7881160. OLE color: 7881160.

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

Color convert

RGB20065120-
CMYK00.680.40.22
HSL335.56º55.1%51.96%-
HSV(B)335.56º67.5%78.43%-
XYZ29.117.4219.6-
YUV111.64132.73191.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.95%
GREEN value IS 65 (25.78% from 255) = 16.88%
BLUE value IS 120 (47.27% from 255) = 31.17%
R=51.95%
G=16.88%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.4
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006512000.680.40.22335.5655.151.96
HexC8417804428161503734
Octal310101170010450265206764
Binary11001000100000111110000100010010100010110101010000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84178; }

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

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

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

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

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

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

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

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