#C23E73

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

Shades of Royal Heath #C23E73

Tints of Royal Heath #C23E73

Color information

#C23E73 (or 0xC23E73) is unknown color: approx Royal Heath. HEX triplet: C2, 3E and 73. RGB value is (194,62,115). Sum of RGB (Red+Green+Blue) = 194+62+115=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23E73 is #3DC18C. Grayscale: #6B6B6B. Windows color (decimal): -4047245 or 7552706. OLE color: 7552706.

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

Color convert

RGB19462115-
CMYK00.680.410.24
HSL335.91º51.97%50.2%-
HSV(B)335.91º68.04%76.08%-
XYZ27.0716.1517.91-
YUV107.51132.23189.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.29%
GREEN value IS 62 (24.61% from 255) = 16.71%
BLUE value IS 115 (45.31% from 255) = 31.00%
R=52.29%
G=16.71%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946211500.680.410.24335.9151.9750.2
HexC23E7304429181503432
Octal30276163010451305206462
Binary1100001011111011100110100010010100111000101010000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23E73; }

 p { color: rgb(194,62,115); }

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

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

 a { background-color: rgb(194,62,115); }

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

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

 span { border-color: rgb(194,62,115); }

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