#C34E76

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

Shades of Royal Heath #C34E76

Tints of Royal Heath #C34E76

Color information

#C34E76 (or 0xC34E76) is unknown color: approx Royal Heath. HEX triplet: C3, 4E and 76. RGB value is (195,78,118). Sum of RGB (Red+Green+Blue) = 195+78+118=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E76 is #3CB189. Grayscale: #757575. Windows color (decimal): -3977610 or 7753411. OLE color: 7753411.

HSL color Cylindrical-coordinate representation of color #C34E76: hue angle of 339.49º 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 #C34E76 is Cyan = 0, Magento = 0.6, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB19578118-
CMYK00.60.390.24
HSL339.49º49.37%53.53%-
HSV(B)339.49º60%76.47%-
XYZ28.518.3619.18-
YUV117.54128.26183.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.87%
GREEN value IS 78 (30.86% from 255) = 19.95%
BLUE value IS 118 (46.48% from 255) = 30.18%
R=49.87%
G=19.95%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957811800.60.390.24339.4949.3753.53
HexC34E7603C27181533136
Octal30311616607447305236166
Binary1100001110011101110110011110010011111000101010011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34E76; }

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

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

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

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

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

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

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

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