#C94175

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

Shades of Royal Heath #C94175

Tints of Royal Heath #C94175

Color information

#C94175 (or 0xC94175) is unknown color: approx Royal Heath. HEX triplet: C9, 41 and 75. RGB value is (201,65,117). Sum of RGB (Red+Green+Blue) = 201+65+117=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C94175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94175 is #36BE8A. Grayscale: #6F6F6F. Windows color (decimal): -3587723 or 7684553. OLE color: 7684553.

HSL color Cylindrical-coordinate representation of color #C94175: hue angle of 337.06º 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 #C94175 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB20165117-
CMYK00.680.420.21
HSL337.06º55.74%52.16%-
HSV(B)337.06º67.66%78.82%-
XYZ29.1917.4818.67-
YUV111.59131.06191.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.48%
GREEN value IS 65 (25.78% from 255) = 16.97%
BLUE value IS 117 (46.09% from 255) = 30.55%
R=52.48%
G=16.97%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016511700.680.420.21337.0655.7452.16
HexC941750442A151513834
Octal311101165010452255217064
Binary11001001100000111101010100010010101010101101010001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94175; }

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

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

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

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

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

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

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

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