#C1456D

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

Shades of Royal Heath #C1456D

Tints of Royal Heath #C1456D

Color information

#C1456D (or 0xC1456D) is unknown color: approx Royal Heath. HEX triplet: C1, 45 and 6D. RGB value is (193,69,109). Sum of RGB (Red+Green+Blue) = 193+69+109=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1456D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1456D is #3EBA92. Grayscale: #6E6E6E. Windows color (decimal): -4110995 or 7161281. OLE color: 7161281.

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

Color convert

RGB19369109-
CMYK00.640.440.24
HSL340.65º50%51.37%-
HSV(B)340.65º64.25%75.69%-
XYZ26.8816.716.27-
YUV110.64127.08186.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.02%
GREEN value IS 69 (27.34% from 255) = 18.60%
BLUE value IS 109 (42.97% from 255) = 29.38%
R=52.02%
G=18.60%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936910900.640.440.24340.655051.37
HexC1456D0402C181553233
Octal301105155010054305256263
Binary11000001100010111011010100000010110011000101010101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1456D; }

 p { color: rgb(193,69,109); }

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

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

 a { background-color: rgb(193,69,109); }

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

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

 span { border-color: rgb(193,69,109); }

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