#C23E6E

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

Shades of Royal Heath #C23E6E

Tints of Royal Heath #C23E6E

Color information

#C23E6E (or 0xC23E6E) is unknown color: approx Royal Heath. HEX triplet: C2, 3E and 6E. RGB value is (194,62,110). Sum of RGB (Red+Green+Blue) = 194+62+110=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23E6E is #3DC191. Grayscale: #6A6A6A. Windows color (decimal): -4047250 or 7225026. OLE color: 7225026.

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

Color convert

RGB19462110-
CMYK00.680.430.24
HSL338.18º51.97%50.2%-
HSV(B)338.18º68.04%76.08%-
XYZ26.7916.0416.44-
YUV106.94129.73190.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.01%
GREEN value IS 62 (24.61% from 255) = 16.94%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=53.01%
G=16.94%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946211000.680.430.24338.1851.9750.2
HexC23E6E0442B181523432
Octal30276156010453305226462
Binary1100001011111011011100100010010101111000101010010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23E6E; }

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

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

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

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

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

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

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

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