#C93C75

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

Shades of Royal Heath #C93C75

Tints of Royal Heath #C93C75

Color information

#C93C75 (or 0xC93C75) is unknown color: approx Royal Heath. HEX triplet: C9, 3C and 75. RGB value is (201,60,117). Sum of RGB (Red+Green+Blue) = 201+60+117=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93C75 is #36C38A. Grayscale: #6C6C6C. Windows color (decimal): -3589003 or 7683273. OLE color: 7683273.

HSL color Cylindrical-coordinate representation of color #C93C75: hue angle of 335.74º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93C75 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB20160117-
CMYK00.700.420.21
HSL335.74º56.63%51.18%-
HSV(B)335.74º70.15%78.82%-
XYZ28.9116.9318.57-
YUV108.66132.71193.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.17%
GREEN value IS 60 (23.83% from 255) = 15.87%
BLUE value IS 117 (46.09% from 255) = 30.95%
R=53.17%
G=15.87%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016011700.700.420.21335.7456.6351.18
HexC93C750462A151503933
Octal31174165010652255207163
Binary1100100111110011101010100011010101010101101010000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93C75; }

 p { color: rgb(201,60,117); }

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

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

 a { background-color: rgb(201,60,117); }

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

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

 span { border-color: rgb(201,60,117); }

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