#c34e73

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

Shades of Royal Heath #C34E73

Tints of Royal Heath #C34E73

Color information

#C34E73 (or 0xC34E73) is unknown color: approx Royal Heath. HEX triplet: C3, 4E and 73. RGB value is (195,78,115). Sum of RGB (Red+Green+Blue) = 195+78+115=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E73 is #3CB18C. Grayscale: #757575. Windows color (decimal): -3977613 or 7556803. OLE color: 7556803.

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

Color convert

RGB19578115-
CMYK00.60.410.24
HSL341.03º49.37%53.53%-
HSV(B)341.03º60%76.47%-
XYZ28.3218.2918.26-
YUV117.2126.76183.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.26%
GREEN value IS 78 (30.86% from 255) = 20.10%
BLUE value IS 115 (45.31% from 255) = 29.64%
R=50.26%
G=20.10%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957811500.60.410.24341.0349.3753.53
HexC34E7303C29181553136
Octal30311616307451305256166
Binary1100001110011101110011011110010100111000101010101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c34e73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c34e73; }

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

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

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

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

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

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

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

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