#C23871

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

Shades of Royal Heath #C23871

Tints of Royal Heath #C23871

Color information

#C23871 (or 0xC23871) is unknown color: approx Royal Heath. HEX triplet: C2, 38 and 71. RGB value is (194,56,113). Sum of RGB (Red+Green+Blue) = 194+56+113=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C23871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23871 is #3DC78E. Grayscale: #676767. Windows color (decimal): -4048783 or 7420098. OLE color: 7420098.

HSL color Cylindrical-coordinate representation of color #C23871: hue angle of 335.22º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23871 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB19456113-
CMYK00.710.420.24
HSL335.22º55.2%49.02%-
HSV(B)335.22º71.13%76.08%-
XYZ26.6415.4917.21-
YUV103.76133.22192.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.44%
GREEN value IS 56 (22.27% from 255) = 15.43%
BLUE value IS 113 (44.53% from 255) = 31.13%
R=53.44%
G=15.43%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945611300.710.420.24335.2255.249.02
HexC238710472A1814f3731
Octal30270161010752305176761
Binary1100001011100011100010100011110101011000101001111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23871; }

 p { color: rgb(194,56,113); }

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

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

 a { background-color: rgb(194,56,113); }

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

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

 span { border-color: rgb(194,56,113); }

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