#C23872

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

Shades of Royal Heath #C23872

Tints of Royal Heath #C23872

Color information

#C23872 (or 0xC23872) is unknown color: approx Royal Heath. HEX triplet: C2, 38 and 72. RGB value is (194,56,114). Sum of RGB (Red+Green+Blue) = 194+56+114=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C23872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23872 is #3DC78D. Grayscale: #676767. Windows color (decimal): -4048782 or 7485634. OLE color: 7485634.

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

Color convert

RGB19456114-
CMYK00.710.410.24
HSL334.78º55.2%49.02%-
HSV(B)334.78º71.13%76.08%-
XYZ26.715.5117.51-
YUV103.87133.72192.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.30%
GREEN value IS 56 (22.27% from 255) = 15.38%
BLUE value IS 114 (44.92% from 255) = 31.32%
R=53.30%
G=15.38%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945611400.710.410.24334.7855.249.02
HexC23872047291814f3731
Octal30270162010751305176761
Binary1100001011100011100100100011110100111000101001111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23872; }

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

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

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

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

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

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

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

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