#C24672

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

Shades of Royal Heath #C24672

Tints of Royal Heath #C24672

Color information

#C24672 (or 0xC24672) is unknown color: approx Royal Heath. HEX triplet: C2, 46 and 72. RGB value is (194,70,114). Sum of RGB (Red+Green+Blue) = 194+70+114=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C24672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24672 is #3DB98D. Grayscale: #707070. Windows color (decimal): -4045198 or 7489218. OLE color: 7489218.

HSL color Cylindrical-coordinate representation of color #C24672: hue angle of 338.71º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C24672 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB19470114-
CMYK00.640.410.24
HSL338.71º50.41%51.76%-
HSV(B)338.71º63.92%76.08%-
XYZ27.4817.0617.77-
YUV112.09129.08186.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.32%
GREEN value IS 70 (27.73% from 255) = 18.52%
BLUE value IS 114 (44.92% from 255) = 30.16%
R=51.32%
G=18.52%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947011400.640.410.24338.7150.4151.76
HexC2467204029181533234
Octal302106162010051305236264
Binary11000010100011011100100100000010100111000101010011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24672; }

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

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

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

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

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

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

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

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