#C1496E

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

Shades of Royal Heath #C1496E

Tints of Royal Heath #C1496E

Color information

#C1496E (or 0xC1496E) is unknown color: approx Royal Heath. HEX triplet: C1, 49 and 6E. RGB value is (193,73,110). Sum of RGB (Red+Green+Blue) = 193+73+110=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C1496E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1496E is #3EB691. Grayscale: #717171. Windows color (decimal): -4109970 or 7227841. OLE color: 7227841.

HSL color Cylindrical-coordinate representation of color #C1496E: hue angle of 341.5º degrees, saturation: 0.49, 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 #C1496E is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB19373110-
CMYK00.620.430.24
HSL341.5º49.18%52.16%-
HSV(B)341.5º62.18%75.69%-
XYZ27.1917.2316.64-
YUV113.1126.26184.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.33%
GREEN value IS 73 (28.91% from 255) = 19.41%
BLUE value IS 110 (43.36% from 255) = 29.26%
R=51.33%
G=19.41%
B=29.26%

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
Decimal1937311000.620.430.24341.549.1852.16
HexC1496E03E2B181563134
Octal30111115607653305266164
Binary1100000110010011101110011111010101111000101010110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1496E; }

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

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

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

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

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

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

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

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