#C84276

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

Shades of Royal Heath #C84276

Tints of Royal Heath #C84276

Color information

#C84276 (or 0xC84276) is unknown color: approx Royal Heath. HEX triplet: C8, 42 and 76. RGB value is (200,66,118). Sum of RGB (Red+Green+Blue) = 200+66+118=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C84276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84276 is #37BD89. Grayscale: #6F6F6F. Windows color (decimal): -3653002 or 7750344. OLE color: 7750344.

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

Color convert

RGB20066118-
CMYK00.670.410.22
HSL336.72º54.92%52.16%-
HSV(B)336.72º67%78.43%-
XYZ29.0417.4818.98-
YUV111.99131.39190.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.08%
GREEN value IS 66 (26.17% from 255) = 17.19%
BLUE value IS 118 (46.48% from 255) = 30.73%
R=52.08%
G=17.19%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006611800.670.410.22336.7254.9252.16
HexC8427604329161513734
Octal310102166010351265216764
Binary11001000100001011101100100001110100110110101010001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84276; }

 p { color: rgb(200,66,118); }

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

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

 a { background-color: rgb(200,66,118); }

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

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

 span { border-color: rgb(200,66,118); }

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