Shades of Cadillac #A14C6C
Tints of Cadillac #A14C6C
RGB
CMYK
RGB Variations
Color information
#A14C6C (or 0xA14C6C) is known color: Cadillac. HEX triplet: A1, 4C and 6C. RGB value is (161,76,108). Sum of RGB (Red+Green+Blue) = 161+76+108=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14C6C is #5EB393. Grayscale: #696969. Windows color (decimal): -6206356 or 7097505. OLE color: 7097505.
HSL color Cylindrical-coordinate representation of color #A14C6C: hue angle of 337.41º 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 #A14C6C is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 76 | 108 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.37 |
| HSL | 337.41º | 0.36% | 0.46% | - |
| HSV(B) | 337.41º | 0.53% | 0.63% | - |
| XYZ | 19.99 | 13.83 | 15.8 | - |
| YUV | 105.06 | 129.66 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 76 | 108 | 0 | 0.53 | 0.33 | 0.37 | 337.41 | 0.36 | 0.46 |
| Hex | A1 | 4C | 6C | 0 | 35 | 21 | 25 | 151 | 24 | 2E |
| Octal | 241 | 114 | 154 | 0 | 65 | 41 | 45 | 521 | 44 | 56 |
| Binary | 10100001 | 1001100 | 1101100 | 0 | 110101 | 100001 | 100101 | 101010001 | 100100 | 101110 |
Color Harmonies of #A14C6C
Complementary color
Monochromatic Colors of #A14C6C
Black with #A14C6C
Text Example
Text Example
White with #A14C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14C6C; }
p { color: rgb(161,76,108); }
H1.HeaderClassName
{
color: #A14C6C;
}
.AnyTagClassName
{
color: #A14C6C;
}
</style>
background-color css
<style>
a { background-color: #A14C6C; }
a { background-color: rgb(161,76,108); }
div.DivClassName
{
background-color: #A14C6C;
}
.BgClassName
{
background-color: #A14C6C;
}
</style>
border-color css
<style>
span { border-color: #A14C6C; }
span { border-color: rgb(161,76,108); }
td.TdClassName
{
border-color: #A14C6C;
}
.TagClassName
{
border-color: #A14C6C;
}
</style>