#C34676

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

Shades of Royal Heath #C34676

Tints of Royal Heath #C34676

Color information

#C34676 (or 0xC34676) is unknown color: approx Royal Heath. HEX triplet: C3, 46 and 76. RGB value is (195,70,118). Sum of RGB (Red+Green+Blue) = 195+70+118=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C34676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34676 is #3CB989. Grayscale: #707070. Windows color (decimal): -3979658 or 7751363. OLE color: 7751363.

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

Color convert

RGB19570118-
CMYK00.640.390.24
HSL336.96º51.02%51.96%-
HSV(B)336.96º64.1%76.47%-
XYZ27.9717.2919-
YUV112.85130.91186.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.91%
GREEN value IS 70 (27.73% from 255) = 18.28%
BLUE value IS 118 (46.48% from 255) = 30.81%
R=50.91%
G=18.28%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957011800.640.390.24336.9651.0251.96
HexC3467604027181513334
Octal303106166010047305216364
Binary11000011100011011101100100000010011111000101010001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34676; }

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

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

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

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

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

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

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

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