Shades of Cadillac #A24C65
Tints of Cadillac #A24C65
RGB
CMYK
RGB Variations
Color information
#A24C65 (or 0xA24C65) is known color: Cadillac. HEX triplet: A2, 4C and 65. RGB value is (162,76,101). Sum of RGB (Red+Green+Blue) = 162+76+101=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A24C65 is #5DB39A. Grayscale: #686868. Windows color (decimal): -6140827 or 6638754. OLE color: 6638754.
HSL color Cylindrical-coordinate representation of color #A24C65: hue angle of 342.56º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A24C65 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 76 | 101 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.36 |
| HSL | 342.56º | 0.36% | 0.47% | - |
| HSV(B) | 342.56º | 0.53% | 0.64% | - |
| XYZ | 19.83 | 13.79 | 13.93 | - |
| YUV | 104.56 | 125.99 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 101 | 0 | 0.53 | 0.38 | 0.36 | 342.56 | 0.36 | 0.47 |
| Hex | A2 | 4C | 65 | 0 | 35 | 26 | 24 | 157 | 24 | 2F |
| Octal | 242 | 114 | 145 | 0 | 65 | 46 | 44 | 527 | 44 | 57 |
| Binary | 10100010 | 1001100 | 1100101 | 0 | 110101 | 100110 | 100100 | 101010111 | 100100 | 101111 |
Color Harmonies of #A24C65
Complementary color
Monochromatic Colors of #A24C65
Black with #A24C65
Text Example
Text Example
White with #A24C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24C65; }
p { color: rgb(162,76,101); }
H1.HeaderClassName
{
color: #A24C65;
}
.AnyTagClassName
{
color: #A24C65;
}
</style>
background-color css
<style>
a { background-color: #A24C65; }
a { background-color: rgb(162,76,101); }
div.DivClassName
{
background-color: #A24C65;
}
.BgClassName
{
background-color: #A24C65;
}
</style>
border-color css
<style>
span { border-color: #A24C65; }
span { border-color: rgb(162,76,101); }
td.TdClassName
{
border-color: #A24C65;
}
.TagClassName
{
border-color: #A24C65;
}
</style>