#C93F74

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

Shades of Royal Heath #C93F74

Tints of Royal Heath #C93F74

Color information

#C93F74 (or 0xC93F74) is unknown color: approx Royal Heath. HEX triplet: C9, 3F and 74. RGB value is (201,63,116). Sum of RGB (Red+Green+Blue) = 201+63+116=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93F74 is #36C08B. Grayscale: #6E6E6E. Windows color (decimal): -3588236 or 7618505. OLE color: 7618505.

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

Color convert

RGB20163116-
CMYK00.690.420.21
HSL336.96º56.1%51.76%-
HSV(B)336.96º68.66%78.82%-
XYZ29.0217.2318.32-
YUV110.3131.22192.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.89%
GREEN value IS 63 (25% from 255) = 16.58%
BLUE value IS 116 (45.70% from 255) = 30.53%
R=52.89%
G=16.58%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016311600.690.420.21336.9656.151.76
HexC93F740452A151513834
Octal31177164010552255217064
Binary1100100111111111101000100010110101010101101010001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93F74; }

 p { color: rgb(201,63,116); }

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

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

 a { background-color: rgb(201,63,116); }

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

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

 span { border-color: rgb(201,63,116); }

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