#C2496E

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

Shades of Royal Heath #C2496E

Tints of Royal Heath #C2496E

Color information

#C2496E (or 0xC2496E) is unknown color: approx Royal Heath. HEX triplet: C2, 49 and 6E. RGB value is (194,73,110). Sum of RGB (Red+Green+Blue) = 194+73+110=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C2496E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2496E is #3DB691. Grayscale: #717171. Windows color (decimal): -4044434 or 7227842. OLE color: 7227842.

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

Color convert

RGB19473110-
CMYK00.620.430.24
HSL341.65º49.79%52.35%-
HSV(B)341.65º62.37%76.08%-
XYZ27.4517.3616.66-
YUV113.4126.09185.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.46%
GREEN value IS 73 (28.91% from 255) = 19.36%
BLUE value IS 110 (43.36% from 255) = 29.18%
R=51.46%
G=19.36%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947311000.620.430.24341.6549.7952.35
HexC2496E03E2B181563234
Octal30211115607653305266264
Binary1100001010010011101110011111010101111000101010110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2496E; }

 p { color: rgb(194,73,110); }

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

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

 a { background-color: rgb(194,73,110); }

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

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

 span { border-color: rgb(194,73,110); }

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