#C24172

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

Shades of Royal Heath #C24172

Tints of Royal Heath #C24172

Color information

#C24172 (or 0xC24172) is unknown color: approx Royal Heath. HEX triplet: C2, 41 and 72. RGB value is (194,65,114). Sum of RGB (Red+Green+Blue) = 194+65+114=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C24172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24172 is #3DBE8D. Grayscale: #6D6D6D. Windows color (decimal): -4046478 or 7487938. OLE color: 7487938.

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

Color convert

RGB19465114-
CMYK00.660.410.24
HSL337.21º51.39%50.78%-
HSV(B)337.21º66.49%76.08%-
XYZ27.1816.4617.67-
YUV109.16130.74188.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.01%
GREEN value IS 65 (25.78% from 255) = 17.43%
BLUE value IS 114 (44.92% from 255) = 30.56%
R=52.01%
G=17.43%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946511400.660.410.24337.2151.3950.78
HexC2417204229181513333
Octal302101162010251305216363
Binary11000010100000111100100100001010100111000101010001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24172; }

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

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

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

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

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

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

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

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