#C04379

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

Shades of Royal Heath #C04379

Tints of Royal Heath #C04379

Color information

#C04379 (or 0xC04379) is unknown color: approx Royal Heath. HEX triplet: C0, 43 and 79. RGB value is (192,67,121). Sum of RGB (Red+Green+Blue) = 192+67+121=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C04379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04379 is #3FBC86. Grayscale: #6E6E6E. Windows color (decimal): -4177031 or 7947200. OLE color: 7947200.

HSL color Cylindrical-coordinate representation of color #C04379: hue angle of 334.08º 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 #C04379 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB19267121-
CMYK00.650.370.25
HSL334.08º49.8%50.78%-
HSV(B)334.08º65.1%75.29%-
XYZ27.216.619.86-
YUV110.53133.91186.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.53%
GREEN value IS 67 (26.56% from 255) = 17.63%
BLUE value IS 121 (47.66% from 255) = 31.84%
R=50.53%
G=17.63%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926712100.650.370.25334.0849.850.78
HexC04379041251914e3233
Octal300103171010145315166263
Binary11000000100001111110010100000110010111001101001110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04379; }

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

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

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

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

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

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

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

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