#C74170

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

Shades of Royal Heath #C74170

Tints of Royal Heath #C74170

Color information

#C74170 (or 0xC74170) is unknown color: approx Royal Heath. HEX triplet: C7, 41 and 70. RGB value is (199,65,112). Sum of RGB (Red+Green+Blue) = 199+65+112=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C74170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74170 is #38BE8F. Grayscale: #6E6E6E. Windows color (decimal): -3718800 or 7356871. OLE color: 7356871.

HSL color Cylindrical-coordinate representation of color #C74170: hue angle of 338.96º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74170 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB19965112-
CMYK00.670.440.22
HSL338.96º54.47%51.76%-
HSV(B)338.96º67.34%78.04%-
XYZ28.3717.0917.13-
YUV110.42128.89191.18-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.93%
GREEN value IS 65 (25.78% from 255) = 17.29%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=52.93%
G=17.29%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996511200.670.440.22338.9654.4751.76
HexC741700432C161533634
Octal307101160010354265236664
Binary11000111100000111100000100001110110010110101010011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74170; }

 p { color: rgb(199,65,112); }

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

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

 a { background-color: rgb(199,65,112); }

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

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

 span { border-color: rgb(199,65,112); }

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