#C84378

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

Shades of Royal Heath #C84378

Tints of Royal Heath #C84378

Color information

#C84378 (or 0xC84378) is unknown color: approx Royal Heath. HEX triplet: C8, 43 and 78. RGB value is (200,67,120). Sum of RGB (Red+Green+Blue) = 200+67+120=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C84378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84378 is #37BC87. Grayscale: #707070. Windows color (decimal): -3652744 or 7881672. OLE color: 7881672.

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

Color convert

RGB20067120-
CMYK00.660.40.22
HSL336.09º54.73%52.35%-
HSV(B)336.09º66.5%78.43%-
XYZ29.2217.6519.64-
YUV112.81132.06190.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.68%
GREEN value IS 67 (26.56% from 255) = 17.31%
BLUE value IS 120 (47.27% from 255) = 31.01%
R=51.68%
G=17.31%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.4
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006712000.660.40.22336.0954.7352.35
HexC8437804228161503734
Octal310103170010250265206764
Binary11001000100001111110000100001010100010110101010000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84378; }

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

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

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

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

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

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

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

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