Shades of Cadillac #A14E6B
Tints of Cadillac #A14E6B
RGB
CMYK
RGB Variations
Color information
#A14E6B (or 0xA14E6B) is known color: Cadillac. HEX triplet: A1, 4E and 6B. RGB value is (161,78,107). Sum of RGB (Red+Green+Blue) = 161+78+107=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14E6B is #5EB194. Grayscale: #6A6A6A. Windows color (decimal): -6205845 or 7032481. OLE color: 7032481.
HSL color Cylindrical-coordinate representation of color #A14E6B: hue angle of 339.04º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A14E6B is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 78 | 107 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.37 |
| HSL | 339.04º | 0.35% | 0.47% | - |
| HSV(B) | 339.04º | 0.52% | 0.63% | - |
| XYZ | 20.08 | 14.09 | 15.57 | - |
| YUV | 106.12 | 128.5 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 78 | 107 | 0 | 0.52 | 0.34 | 0.37 | 339.04 | 0.35 | 0.47 |
| Hex | A1 | 4E | 6B | 0 | 34 | 22 | 25 | 153 | 23 | 2F |
| Octal | 241 | 116 | 153 | 0 | 64 | 42 | 45 | 523 | 43 | 57 |
| Binary | 10100001 | 1001110 | 1101011 | 0 | 110100 | 100010 | 100101 | 101010011 | 100011 | 101111 |
Color Harmonies of #A14E6B
Complementary color
Monochromatic Colors of #A14E6B
Black with #A14E6B
Text Example
Text Example
White with #A14E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14E6B; }
p { color: rgb(161,78,107); }
H1.HeaderClassName
{
color: #A14E6B;
}
.AnyTagClassName
{
color: #A14E6B;
}
</style>
background-color css
<style>
a { background-color: #A14E6B; }
a { background-color: rgb(161,78,107); }
div.DivClassName
{
background-color: #A14E6B;
}
.BgClassName
{
background-color: #A14E6B;
}
</style>
border-color css
<style>
span { border-color: #A14E6B; }
span { border-color: rgb(161,78,107); }
td.TdClassName
{
border-color: #A14E6B;
}
.TagClassName
{
border-color: #A14E6B;
}
</style>