#C1406E

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

Shades of Royal Heath #C1406E

Tints of Royal Heath #C1406E

Color information

#C1406E (or 0xC1406E) is unknown color: approx Royal Heath. HEX triplet: C1, 40 and 6E. RGB value is (193,64,110). Sum of RGB (Red+Green+Blue) = 193+64+110=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C1406E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1406E is #3EBF91. Grayscale: #6B6B6B. Windows color (decimal): -4112274 or 7225537. OLE color: 7225537.

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

Color convert

RGB19364110-
CMYK00.670.430.24
HSL338.6º50.99%50.39%-
HSV(B)338.6º66.84%75.69%-
XYZ26.6416.1316.46-
YUV107.82129.24188.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.59%
GREEN value IS 64 (25.39% from 255) = 17.44%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=52.59%
G=17.44%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936411000.670.430.24338.650.9950.39
HexC1406E0432B181533332
Octal301100156010353305236362
Binary11000001100000011011100100001110101111000101010011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1406E; }

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

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

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

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

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

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

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

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