#c23c76

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

Shades of Royal Heath #C23C76

Tints of Royal Heath #C23C76

Color information

#C23C76 (or 0xC23C76) is unknown color: approx Royal Heath. HEX triplet: C2, 3C and 76. RGB value is (194,60,118). Sum of RGB (Red+Green+Blue) = 194+60+118=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23C76 is #3DC389. Grayscale: #6A6A6A. Windows color (decimal): -4047754 or 7748802. OLE color: 7748802.

HSL color Cylindrical-coordinate representation of color #C23C76: hue angle of 334.03º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23C76 is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB19460118-
CMYK00.690.390.24
HSL334.03º52.76%49.8%-
HSV(B)334.03º69.07%76.08%-
XYZ27.1316.0118.8-
YUV106.68134.39190.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.15%
GREEN value IS 60 (23.83% from 255) = 16.13%
BLUE value IS 118 (46.48% from 255) = 31.72%
R=52.15%
G=16.13%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946011800.690.390.24334.0352.7649.8
HexC23C76045271814e3532
Octal30274166010547305166562
Binary1100001011110011101100100010110011111000101001110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c23c76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c23c76; }

 p { color: rgb(194,60,118); }

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

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

 a { background-color: rgb(194,60,118); }

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

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

 span { border-color: rgb(194,60,118); }

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