#C14174

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

Shades of Royal Heath #C14174

Tints of Royal Heath #C14174

Color information

#C14174 (or 0xC14174) is unknown color: approx Royal Heath. HEX triplet: C1, 41 and 74. RGB value is (193,65,116). Sum of RGB (Red+Green+Blue) = 193+65+116=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C14174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14174 is #3EBE8B. Grayscale: #6D6D6D. Windows color (decimal): -4112012 or 7619009. OLE color: 7619009.

HSL color Cylindrical-coordinate representation of color #C14174: hue angle of 336.09º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C14174 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB19365116-
CMYK00.660.400.24
HSL336.09º50.79%50.59%-
HSV(B)336.09º66.32%75.69%-
XYZ27.0416.3818.26-
YUV109.09131.91187.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.60%
GREEN value IS 65 (25.78% from 255) = 17.38%
BLUE value IS 116 (45.70% from 255) = 31.02%
R=51.60%
G=17.38%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936511600.660.400.24336.0950.7950.59
HexC1417404228181503333
Octal301101164010250305206363
Binary11000001100000111101000100001010100011000101010000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14174; }

 p { color: rgb(193,65,116); }

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

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

 a { background-color: rgb(193,65,116); }

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

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

 span { border-color: rgb(193,65,116); }

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