#C94279

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

Shades of Royal Heath #C94279

Tints of Royal Heath #C94279

Color information

#C94279 (or 0xC94279) is unknown color: approx Royal Heath. HEX triplet: C9, 42 and 79. RGB value is (201,66,121). Sum of RGB (Red+Green+Blue) = 201+66+121=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C94279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94279 is #36BD86. Grayscale: #707070. Windows color (decimal): -3587463 or 7946953. OLE color: 7946953.

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

Color convert

RGB20166121-
CMYK00.670.400.21
HSL335.56º55.56%52.35%-
HSV(B)335.56º67.16%78.82%-
XYZ29.4917.6919.95-
YUV112.64132.73191.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.80%
GREEN value IS 66 (26.17% from 255) = 17.01%
BLUE value IS 121 (47.66% from 255) = 31.19%
R=51.80%
G=17.01%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016612100.670.400.21335.5655.5652.35
HexC9427904328151503834
Octal311102171010350255207064
Binary11001001100001011110010100001110100010101101010000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94279; }

 p { color: rgb(201,66,121); }

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

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

 a { background-color: rgb(201,66,121); }

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

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

 span { border-color: rgb(201,66,121); }

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