#C1447C

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

Shades of Royal Heath #C1447C

Tints of Royal Heath #C1447C

Color information

#C1447C (or 0xC1447C) is unknown color: approx Royal Heath. HEX triplet: C1, 44 and 7C. RGB value is (193,68,124). Sum of RGB (Red+Green+Blue) = 193+68+124=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C1447C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1447C is #3EBB83. Grayscale: #6F6F6F. Windows color (decimal): -4111236 or 8144065. OLE color: 8144065.

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

Color convert

RGB19368124-
CMYK00.650.360.24
HSL333.12º50.2%51.18%-
HSV(B)333.12º64.77%75.69%-
XYZ27.716.9320.88-
YUV111.76134.91185.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.13%
GREEN value IS 68 (26.95% from 255) = 17.66%
BLUE value IS 124 (48.83% from 255) = 32.21%
R=50.13%
G=17.66%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936812400.650.360.24333.1250.251.18
HexC1447C041241814d3233
Octal301104174010144305156263
Binary11000001100010011111000100000110010011000101001101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1447C; }

 p { color: rgb(193,68,124); }

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

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

 a { background-color: rgb(193,68,124); }

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

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

 span { border-color: rgb(193,68,124); }

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