#C34976

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

Shades of Royal Heath #C34976

Tints of Royal Heath #C34976

Color information

#C34976 (or 0xC34976) is unknown color: approx Royal Heath. HEX triplet: C3, 49 and 76. RGB value is (195,73,118). Sum of RGB (Red+Green+Blue) = 195+73+118=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C34976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34976 is #3CB689. Grayscale: #727272. Windows color (decimal): -3978890 or 7752131. OLE color: 7752131.

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

Color convert

RGB19573118-
CMYK00.630.390.24
HSL337.87º50.41%52.55%-
HSV(B)337.87º62.56%76.47%-
XYZ28.1617.6819.07-
YUV114.61129.92185.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.52%
GREEN value IS 73 (28.91% from 255) = 18.91%
BLUE value IS 118 (46.48% from 255) = 30.57%
R=50.52%
G=18.91%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957311800.630.390.24337.8750.4152.55
HexC3497603F27181523235
Octal30311116607747305226265
Binary1100001110010011110110011111110011111000101010010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34976; }

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

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

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

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

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

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

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

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