#C94376

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

Shades of Royal Heath #C94376

Tints of Royal Heath #C94376

Color information

#C94376 (or 0xC94376) is unknown color: approx Royal Heath. HEX triplet: C9, 43 and 76. RGB value is (201,67,118). Sum of RGB (Red+Green+Blue) = 201+67+118=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C94376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94376 is #36BC89. Grayscale: #707070. Windows color (decimal): -3587210 or 7750601. OLE color: 7750601.

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

Color convert

RGB20167118-
CMYK00.670.410.21
HSL337.16º55.37%52.55%-
HSV(B)337.16º66.67%78.82%-
XYZ29.3617.7419.02-
YUV112.88130.89190.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.07%
GREEN value IS 67 (26.56% from 255) = 17.36%
BLUE value IS 118 (46.48% from 255) = 30.57%
R=52.07%
G=17.36%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016711800.670.410.21337.1655.3752.55
HexC9437604329151513735
Octal311103166010351255216765
Binary11001001100001111101100100001110100110101101010001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94376; }

 p { color: rgb(201,67,118); }

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

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

 a { background-color: rgb(201,67,118); }

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

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

 span { border-color: rgb(201,67,118); }

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