#C34A77

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

Shades of Royal Heath #C34A77

Tints of Royal Heath #C34A77

Color information

#C34A77 (or 0xC34A77) is unknown color: approx Royal Heath. HEX triplet: C3, 4A and 77. RGB value is (195,74,119). Sum of RGB (Red+Green+Blue) = 195+74+119=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34A77 is #3CB588. Grayscale: #737373. Windows color (decimal): -3978633 or 7817923. OLE color: 7817923.

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

Color convert

RGB19574119-
CMYK00.620.390.24
HSL337.69º50.21%52.75%-
HSV(B)337.69º62.05%76.47%-
XYZ28.2817.8319.4-
YUV115.31130.09184.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.26%
GREEN value IS 74 (29.30% from 255) = 19.07%
BLUE value IS 119 (46.88% from 255) = 30.67%
R=50.26%
G=19.07%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957411900.620.390.24337.6950.2152.75
HexC34A7703E27181523235
Octal30311216707647305226265
Binary1100001110010101110111011111010011111000101010010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34A77; }

 p { color: rgb(195,74,119); }

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

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

 a { background-color: rgb(195,74,119); }

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

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

 span { border-color: rgb(195,74,119); }

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