#C2467C

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

Shades of Royal Heath #C2467C

Tints of Royal Heath #C2467C

Color information

#C2467C (or 0xC2467C) is unknown color: approx Royal Heath. HEX triplet: C2, 46 and 7C. RGB value is (194,70,124). Sum of RGB (Red+Green+Blue) = 194+70+124=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2467C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2467C is #3DB983. Grayscale: #717171. Windows color (decimal): -4045188 or 8144578. OLE color: 8144578.

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

Color convert

RGB19470124-
CMYK00.640.360.24
HSL333.87º50.41%51.76%-
HSV(B)333.87º63.92%76.08%-
XYZ28.0817.320.93-
YUV113.23134.08185.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50%
GREEN value IS 70 (27.73% from 255) = 18.04%
BLUE value IS 124 (48.83% from 255) = 31.96%
R=50%
G=18.04%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947012400.640.360.24333.8750.4151.76
HexC2467C040241814e3234
Octal302106174010044305166264
Binary11000010100011011111000100000010010011000101001110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2467C; }

 p { color: rgb(194,70,124); }

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

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

 a { background-color: rgb(194,70,124); }

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

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

 span { border-color: rgb(194,70,124); }

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