#C23B66

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

Shades of Royal Heath #C23B66

Tints of Royal Heath #C23B66

Color information

#C23B66 (or 0xC23B66) is unknown color: approx Royal Heath. HEX triplet: C2, 3B and 66. RGB value is (194,59,102). Sum of RGB (Red+Green+Blue) = 194+59+102=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 59 (23.44% from 255 or 16.62% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23B66 is #3DC499. Grayscale: #686868. Windows color (decimal): -4048026 or 6699970. OLE color: 6699970.

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

Color convert

RGB19459102-
CMYK00.700.470.24
HSL340.89º53.36%49.61%-
HSV(B)340.89º69.59%76.08%-
XYZ26.2115.5614.19-
YUV104.27126.73192-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.65%
GREEN value IS 59 (23.44% from 255) = 16.62%
BLUE value IS 102 (40.23% from 255) = 28.73%
R=54.65%
G=16.62%
B=28.73%

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
Decimal1945910200.700.470.24340.8953.3649.61
HexC23B660462F181553532
Octal30273146010657305256562
Binary1100001011101111001100100011010111111000101010101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23B66; }

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

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

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

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

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

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

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

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