Shades of Cadillac #9A405D
Tints of Cadillac #9A405D
RGB
CMYK
RGB Variations
Color information
#9A405D (or 0x9A405D) is known color: Cadillac. HEX triplet: 9A, 40 and 5D. RGB value is (154,64,93). Sum of RGB (Red+Green+Blue) = 154+64+93=311 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.52% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 154 - color contains mainly: red. Hex color #9A405D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A405D is #65BFA2. Grayscale: #5E5E5E. Windows color (decimal): -6668195 or 6111386. OLE color: 6111386.
HSL color Cylindrical-coordinate representation of color #9A405D: hue angle of 340.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A405D is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 64 | 93 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.40 |
| HSL | 340.67º | 0.41% | 0.43% | - |
| HSV(B) | 340.67º | 0.58% | 0.6% | - |
| XYZ | 17.14 | 11.33 | 11.64 | - |
| YUV | 94.22 | 127.32 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 64 | 93 | 0 | 0.58 | 0.40 | 0.40 | 340.67 | 0.41 | 0.43 |
| Hex | 9A | 40 | 5D | 0 | 3A | 28 | 28 | 155 | 29 | 2B |
| Octal | 232 | 100 | 135 | 0 | 72 | 50 | 50 | 525 | 51 | 53 |
| Binary | 10011010 | 1000000 | 1011101 | 0 | 111010 | 101000 | 101000 | 101010101 | 101001 | 101011 |
Color Harmonies of #9A405D
Complementary color
Monochromatic Colors of #9A405D
Black with #9A405D
Text Example
Text Example
White with #9A405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A405D; }
p { color: rgb(154,64,93); }
H1.HeaderClassName
{
color: #9A405D;
}
.AnyTagClassName
{
color: #9A405D;
}
</style>
background-color css
<style>
a { background-color: #9A405D; }
a { background-color: rgb(154,64,93); }
div.DivClassName
{
background-color: #9A405D;
}
.BgClassName
{
background-color: #9A405D;
}
</style>
border-color css
<style>
span { border-color: #9A405D; }
span { border-color: rgb(154,64,93); }
td.TdClassName
{
border-color: #9A405D;
}
.TagClassName
{
border-color: #9A405D;
}
</style>