#C23A66

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

Shades of Royal Heath #C23A66

Tints of Royal Heath #C23A66

Color information

#C23A66 (or 0xC23A66) is unknown color: approx Royal Heath. HEX triplet: C2, 3A and 66. RGB value is (194,58,102). Sum of RGB (Red+Green+Blue) = 194+58+102=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23A66 is #3DC599. Grayscale: #676767. Windows color (decimal): -4048282 or 6699714. OLE color: 6699714.

HSL color Cylindrical-coordinate representation of color #C23A66: hue angle of 340.59º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23A66 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB19458102-
CMYK00.700.470.24
HSL340.59º53.97%49.41%-
HSV(B)340.59º70.1%76.08%-
XYZ26.1615.4514.17-
YUV103.68127.06192.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.80%
GREEN value IS 58 (23.05% from 255) = 16.38%
BLUE value IS 102 (40.23% from 255) = 28.81%
R=54.80%
G=16.38%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945810200.700.470.24340.5953.9749.41
HexC23A660462F181553631
Octal30272146010657305256661
Binary1100001011101011001100100011010111111000101010101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23A66; }

 p { color: rgb(194,58,102); }

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

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

 a { background-color: rgb(194,58,102); }

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

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

 span { border-color: rgb(194,58,102); }

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