#C23870

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

Shades of Royal Heath #C23870

Tints of Royal Heath #C23870

Color information

#C23870 (or 0xC23870) is unknown color: approx Royal Heath. HEX triplet: C2, 38 and 70. RGB value is (194,56,112). Sum of RGB (Red+Green+Blue) = 194+56+112=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C23870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23870 is #3DC78F. Grayscale: #676767. Windows color (decimal): -4048784 or 7354562. OLE color: 7354562.

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

Color convert

RGB19456112-
CMYK00.710.420.24
HSL335.65º55.2%49.02%-
HSV(B)335.65º71.13%76.08%-
XYZ26.5915.4716.91-
YUV103.65132.72192.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.59%
GREEN value IS 56 (22.27% from 255) = 15.47%
BLUE value IS 112 (44.14% from 255) = 30.94%
R=53.59%
G=15.47%
B=30.94%

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
Decimal1945611200.710.420.24335.6555.249.02
HexC238700472A181503731
Octal30270160010752305206761
Binary1100001011100011100000100011110101011000101010000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23870; }

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

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

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

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

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

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

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

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