#c94177

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

Shades of Royal Heath #C94177

Tints of Royal Heath #C94177

Color information

#C94177 (or 0xC94177) is unknown color: approx Royal Heath. HEX triplet: C9, 41 and 77. RGB value is (201,65,119). Sum of RGB (Red+Green+Blue) = 201+65+119=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C94177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94177 is #36BE88. Grayscale: #6F6F6F. Windows color (decimal): -3587721 or 7815625. OLE color: 7815625.

HSL color Cylindrical-coordinate representation of color #C94177: hue angle of 336.18º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94177 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB20165119-
CMYK00.680.410.21
HSL336.18º55.74%52.16%-
HSV(B)336.18º67.66%78.82%-
XYZ29.3117.5319.29-
YUV111.82132.06191.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.21%
GREEN value IS 65 (25.78% from 255) = 16.88%
BLUE value IS 119 (46.88% from 255) = 30.91%
R=52.21%
G=16.88%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016511900.680.410.21336.1855.7452.16
HexC9417704429151503834
Octal311101167010451255207064
Binary11001001100000111101110100010010100110101101010000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c94177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c94177; }

 p { color: rgb(201,65,119); }

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

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

 a { background-color: rgb(201,65,119); }

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

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

 span { border-color: rgb(201,65,119); }

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