#C04378

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

Shades of Royal Heath #C04378

Tints of Royal Heath #C04378

Color information

#C04378 (or 0xC04378) is unknown color: approx Royal Heath. HEX triplet: C0, 43 and 78. RGB value is (192,67,120). Sum of RGB (Red+Green+Blue) = 192+67+120=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C04378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04378 is #3FBC87. Grayscale: #6E6E6E. Windows color (decimal): -4177032 or 7881664. OLE color: 7881664.

HSL color Cylindrical-coordinate representation of color #C04378: hue angle of 334.56º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04378 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB19267120-
CMYK00.650.380.25
HSL334.56º49.8%50.78%-
HSV(B)334.56º65.1%75.29%-
XYZ27.1416.5819.54-
YUV110.42133.41186.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.66%
GREEN value IS 67 (26.56% from 255) = 17.68%
BLUE value IS 120 (47.27% from 255) = 31.66%
R=50.66%
G=17.68%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926712000.650.380.25334.5649.850.78
HexC04378041261914f3233
Octal300103170010146315176263
Binary11000000100001111110000100000110011011001101001111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04378; }

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

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

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

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

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

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

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

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