#c34774

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

Shades of Royal Heath #C34774

Tints of Royal Heath #C34774

Color information

#C34774 (or 0xC34774) is unknown color: approx Royal Heath. HEX triplet: C3, 47 and 74. RGB value is (195,71,116). Sum of RGB (Red+Green+Blue) = 195+71+116=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C34774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34774 is #3CB88B. Grayscale: #717171. Windows color (decimal): -3979404 or 7620547. OLE color: 7620547.

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

Color convert

RGB19571116-
CMYK00.640.410.24
HSL338.23º50.82%52.16%-
HSV(B)338.23º63.59%76.47%-
XYZ27.9117.3718.4-
YUV113.21129.58186.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.05%
GREEN value IS 71 (28.12% from 255) = 18.59%
BLUE value IS 116 (45.70% from 255) = 30.37%
R=51.05%
G=18.59%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957111600.640.410.24338.2350.8252.16
HexC3477404029181523334
Octal303107164010051305226364
Binary11000011100011111101000100000010100111000101010010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c34774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c34774; }

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

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

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

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

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

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

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

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