#C14772

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

Shades of Royal Heath #C14772

Tints of Royal Heath #C14772

Color information

#C14772 (or 0xC14772) is unknown color: approx Royal Heath. HEX triplet: C1, 47 and 72. RGB value is (193,71,114). Sum of RGB (Red+Green+Blue) = 193+71+114=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C14772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14772 is #3EB88D. Grayscale: #707070. Windows color (decimal): -4110478 or 7489473. OLE color: 7489473.

HSL color Cylindrical-coordinate representation of color #C14772: hue angle of 338.85º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C14772 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB19371114-
CMYK00.630.410.24
HSL338.85º49.59%51.76%-
HSV(B)338.85º63.21%75.69%-
XYZ27.2817.0617.77-
YUV112.38128.92185.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.06%
GREEN value IS 71 (28.12% from 255) = 18.78%
BLUE value IS 114 (44.92% from 255) = 30.16%
R=51.06%
G=18.78%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937111400.630.410.24338.8549.5951.76
HexC1477203F29181533234
Octal30110716207751305236264
Binary1100000110001111110010011111110100111000101010011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14772; }

 p { color: rgb(193,71,114); }

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

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

 a { background-color: rgb(193,71,114); }

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

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

 span { border-color: rgb(193,71,114); }

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