#C24069

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

Shades of Royal Heath #C24069

Tints of Royal Heath #C24069

Color information

#C24069 (or 0xC24069) is unknown color: approx Royal Heath. HEX triplet: C2, 40 and 69. RGB value is (194,64,105). Sum of RGB (Red+Green+Blue) = 194+64+105=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C24069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24069 is #3DBF96. Grayscale: #6B6B6B. Windows color (decimal): -4046743 or 6897858. OLE color: 6897858.

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

Color convert

RGB19464105-
CMYK00.670.460.24
HSL341.08º51.59%50.59%-
HSV(B)341.08º67.01%76.08%-
XYZ26.6316.1615.08-
YUV107.54126.57189.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.44%
GREEN value IS 64 (25.39% from 255) = 17.63%
BLUE value IS 105 (41.41% from 255) = 28.93%
R=53.44%
G=17.63%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946410500.670.460.24341.0851.5950.59
HexC240690432E181553433
Octal302100151010356305256463
Binary11000010100000011010010100001110111011000101010101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24069; }

 p { color: rgb(194,64,105); }

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

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

 a { background-color: rgb(194,64,105); }

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

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

 span { border-color: rgb(194,64,105); }

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