#C34873

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

Shades of Royal Heath #C34873

Tints of Royal Heath #C34873

Color information

#C34873 (or 0xC34873) is unknown color: approx Royal Heath. HEX triplet: C3, 48 and 73. RGB value is (195,72,115). Sum of RGB (Red+Green+Blue) = 195+72+115=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C34873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34873 is #3CB78C. Grayscale: #717171. Windows color (decimal): -3979149 or 7555267. OLE color: 7555267.

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

Color convert

RGB19572115-
CMYK00.630.410.24
HSL339.02º50.62%52.35%-
HSV(B)339.02º63.08%76.47%-
XYZ27.9217.4718.12-
YUV113.68128.75186-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.05%
GREEN value IS 72 (28.52% from 255) = 18.85%
BLUE value IS 115 (45.31% from 255) = 30.10%
R=51.05%
G=18.85%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957211500.630.410.24339.0250.6252.35
HexC3487303F29181533334
Octal30311016307751305236364
Binary1100001110010001110011011111110100111000101010011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34873; }

 p { color: rgb(195,72,115); }

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

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

 a { background-color: rgb(195,72,115); }

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

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

 span { border-color: rgb(195,72,115); }

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