#C1406A

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

Shades of Royal Heath #C1406A

Tints of Royal Heath #C1406A

Color information

#C1406A (or 0xC1406A) is unknown color: approx Royal Heath. HEX triplet: C1, 40 and 6A. RGB value is (193,64,106). Sum of RGB (Red+Green+Blue) = 193+64+106=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C1406A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1406A is #3EBF95. Grayscale: #6B6B6B. Windows color (decimal): -4112278 or 6963393. OLE color: 6963393.

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

Color convert

RGB19364106-
CMYK00.670.450.24
HSL340.47º50.99%50.39%-
HSV(B)340.47º66.84%75.69%-
XYZ26.4316.0415.34-
YUV107.36127.24189.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.17%
GREEN value IS 64 (25.39% from 255) = 17.63%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=53.17%
G=17.63%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936410600.670.450.24340.4750.9950.39
HexC1406A0432D181543332
Octal301100152010355305246362
Binary11000001100000011010100100001110110111000101010100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1406A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1406A; }

 p { color: rgb(193,64,106); }

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

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

 a { background-color: rgb(193,64,106); }

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

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

 span { border-color: rgb(193,64,106); }

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