#C34D74

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

Shades of Royal Heath #C34D74

Tints of Royal Heath #C34D74

Color information

#C34D74 (or 0xC34D74) is unknown color: approx Royal Heath. HEX triplet: C3, 4D and 74. RGB value is (195,77,116). Sum of RGB (Red+Green+Blue) = 195+77+116=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34D74 is #3CB28B. Grayscale: #747474. Windows color (decimal): -3977868 or 7622083. OLE color: 7622083.

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

Color convert

RGB19577116-
CMYK00.610.410.24
HSL340.17º49.58%53.33%-
HSV(B)340.17º60.51%76.47%-
XYZ28.3118.1718.54-
YUV116.73127.59183.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.26%
GREEN value IS 77 (30.47% from 255) = 19.85%
BLUE value IS 116 (45.70% from 255) = 29.90%
R=50.26%
G=19.85%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957711600.610.410.24340.1749.5853.33
HexC34D7403D29181543235
Octal30311516407551305246265
Binary1100001110011011110100011110110100111000101010100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34D74; }

 p { color: rgb(195,77,116); }

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

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

 a { background-color: rgb(195,77,116); }

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

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

 span { border-color: rgb(195,77,116); }

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