#C44774

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

Shades of Royal Heath #C44774

Tints of Royal Heath #C44774

Color information

#C44774 (or 0xC44774) is unknown color: approx Royal Heath. HEX triplet: C4, 47 and 74. RGB value is (196,71,116). Sum of RGB (Red+Green+Blue) = 196+71+116=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C44774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44774 is #3BB88B. Grayscale: #717171. Windows color (decimal): -3913868 or 7620548. OLE color: 7620548.

HSL color Cylindrical-coordinate representation of color #C44774: hue angle of 338.4º degrees, saturation: 0.51, 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 #C44774 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB19671116-
CMYK00.640.410.23
HSL338.4º51.44%52.35%-
HSV(B)338.4º63.78%76.86%-
XYZ28.1717.518.42-
YUV113.51129.41186.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.17%
GREEN value IS 71 (28.12% from 255) = 18.54%
BLUE value IS 116 (45.70% from 255) = 30.29%
R=51.17%
G=18.54%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967111600.640.410.23338.451.4452.35
HexC4477404029171523334
Octal304107164010051275226364
Binary11000100100011111101000100000010100110111101010010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44774; }

 p { color: rgb(196,71,116); }

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

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

 a { background-color: rgb(196,71,116); }

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

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

 span { border-color: rgb(196,71,116); }

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