Shades of Cadillac #A14C6B
Tints of Cadillac #A14C6B
RGB
CMYK
RGB Variations
Color information
#A14C6B (or 0xA14C6B) is known color: Cadillac. HEX triplet: A1, 4C and 6B. RGB value is (161,76,107). Sum of RGB (Red+Green+Blue) = 161+76+107=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14C6B is #5EB394. Grayscale: #686868. Windows color (decimal): -6206357 or 7031969. OLE color: 7031969.
HSL color Cylindrical-coordinate representation of color #A14C6B: hue angle of 338.12º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A14C6B is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 76 | 107 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.37 |
| HSL | 338.12º | 0.36% | 0.46% | - |
| HSV(B) | 338.12º | 0.53% | 0.63% | - |
| XYZ | 19.94 | 13.81 | 15.52 | - |
| YUV | 104.95 | 129.16 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 107 | 0 | 0.53 | 0.34 | 0.37 | 338.12 | 0.36 | 0.46 |
| Hex | A1 | 4C | 6B | 0 | 35 | 22 | 25 | 152 | 24 | 2E |
| Octal | 241 | 114 | 153 | 0 | 65 | 42 | 45 | 522 | 44 | 56 |
| Binary | 10100001 | 1001100 | 1101011 | 0 | 110101 | 100010 | 100101 | 101010010 | 100100 | 101110 |
Color Harmonies of #A14C6B
Complementary color
Monochromatic Colors of #A14C6B
Black with #A14C6B
Text Example
Text Example
White with #A14C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14C6B; }
p { color: rgb(161,76,107); }
H1.HeaderClassName
{
color: #A14C6B;
}
.AnyTagClassName
{
color: #A14C6B;
}
</style>
background-color css
<style>
a { background-color: #A14C6B; }
a { background-color: rgb(161,76,107); }
div.DivClassName
{
background-color: #A14C6B;
}
.BgClassName
{
background-color: #A14C6B;
}
</style>
border-color css
<style>
span { border-color: #A14C6B; }
span { border-color: rgb(161,76,107); }
td.TdClassName
{
border-color: #A14C6B;
}
.TagClassName
{
border-color: #A14C6B;
}
</style>