#C44679

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

Shades of Royal Heath #C44679

Tints of Royal Heath #C44679

Color information

#C44679 (or 0xC44679) is unknown color: approx Royal Heath. HEX triplet: C4, 46 and 79. RGB value is (196,70,121). Sum of RGB (Red+Green+Blue) = 196+70+121=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C44679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44679 is #3BB986. Grayscale: #717171. Windows color (decimal): -3914119 or 7947972. OLE color: 7947972.

HSL color Cylindrical-coordinate representation of color #C44679: hue angle of 335.71º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C44679 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB19670121-
CMYK00.640.380.23
HSL335.71º51.64%52.16%-
HSV(B)335.71º64.29%76.86%-
XYZ28.4117.519.97-
YUV113.49132.24186.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.65%
GREEN value IS 70 (27.73% from 255) = 18.09%
BLUE value IS 121 (47.66% from 255) = 31.27%
R=50.65%
G=18.09%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967012100.640.380.23335.7151.6452.16
HexC4467904026171503434
Octal304106171010046275206464
Binary11000100100011011110010100000010011010111101010000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44679; }

 p { color: rgb(196,70,121); }

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

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

 a { background-color: rgb(196,70,121); }

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

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

 span { border-color: rgb(196,70,121); }

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