#C1406B

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

Shades of Royal Heath #C1406B

Tints of Royal Heath #C1406B

Color information

#C1406B (or 0xC1406B) is unknown color: approx Royal Heath. HEX triplet: C1, 40 and 6B. RGB value is (193,64,107). Sum of RGB (Red+Green+Blue) = 193+64+107=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C1406B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1406B is #3EBF94. Grayscale: #6B6B6B. Windows color (decimal): -4112277 or 7028929. OLE color: 7028929.

HSL color Cylindrical-coordinate representation of color #C1406B: hue angle of 340º 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 #C1406B is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB19364107-
CMYK00.670.450.24
HSL340º50.99%50.39%-
HSV(B)340º66.84%75.69%-
XYZ26.4816.0715.62-
YUV107.47127.74189-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.02%
GREEN value IS 64 (25.39% from 255) = 17.58%
BLUE value IS 107 (42.19% from 255) = 29.40%
R=53.02%
G=17.58%
B=29.40%

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
Decimal1936410700.670.450.2434050.9950.39
HexC1406B0432D181543332
Octal301100153010355305246362
Binary11000001100000011010110100001110110111000101010100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1406B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1406B; }

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

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

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

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

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

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

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

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