Shades of Cadillac #9A4D65
Tints of Cadillac #9A4D65
RGB
CMYK
RGB Variations
Color information
#9A4D65 (or 0x9A4D65) is known color: Cadillac. HEX triplet: 9A, 4D and 65. RGB value is (154,77,101). Sum of RGB (Red+Green+Blue) = 154+77+101=332 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.39% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A4D65 is #65B29A. Grayscale: #666666. Windows color (decimal): -6664859 or 6639002. OLE color: 6639002.
HSL color Cylindrical-coordinate representation of color #9A4D65: hue angle of 341.3º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A4D65 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 77 | 101 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.40 |
| HSL | 341.3º | 0.33% | 0.45% | - |
| HSV(B) | 341.3º | 0.5% | 0.6% | - |
| XYZ | 18.33 | 13.12 | 13.88 | - |
| YUV | 102.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 77 | 101 | 0 | 0.50 | 0.34 | 0.40 | 341.3 | 0.33 | 0.45 |
| Hex | 9A | 4D | 65 | 0 | 32 | 22 | 28 | 155 | 21 | 2D |
| Octal | 232 | 115 | 145 | 0 | 62 | 42 | 50 | 525 | 41 | 55 |
| Binary | 10011010 | 1001101 | 1100101 | 0 | 110010 | 100010 | 101000 | 101010101 | 100001 | 101101 |
Color Harmonies of #9A4D65
Complementary color
Monochromatic Colors of #9A4D65
Black with #9A4D65
Text Example
Text Example
White with #9A4D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4D65; }
p { color: rgb(154,77,101); }
H1.HeaderClassName
{
color: #9A4D65;
}
.AnyTagClassName
{
color: #9A4D65;
}
</style>
background-color css
<style>
a { background-color: #9A4D65; }
a { background-color: rgb(154,77,101); }
div.DivClassName
{
background-color: #9A4D65;
}
.BgClassName
{
background-color: #9A4D65;
}
</style>
border-color css
<style>
span { border-color: #9A4D65; }
span { border-color: rgb(154,77,101); }
td.TdClassName
{
border-color: #9A4D65;
}
.TagClassName
{
border-color: #9A4D65;
}
</style>