Shades of Cadillac #9A446C
Tints of Cadillac #9A446C
RGB
CMYK
RGB Variations
Color information
#9A446C (or 0x9A446C) is known color: Cadillac. HEX triplet: 9A, 44 and 6C. RGB value is (154,68,108). Sum of RGB (Red+Green+Blue) = 154+68+108=330 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.67% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 154 - color contains mainly: red. Hex color #9A446C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A446C is #65BB93. Grayscale: #626262. Windows color (decimal): -6667156 or 7095450. OLE color: 7095450.
HSL color Cylindrical-coordinate representation of color #9A446C: hue angle of 332.09º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A446C is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 68 | 108 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.40 |
| HSL | 332.09º | 0.39% | 0.44% | - |
| HSV(B) | 332.09º | 0.56% | 0.6% | - |
| XYZ | 18.1 | 12.09 | 15.57 | - |
| YUV | 98.27 | 133.49 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 68 | 108 | 0 | 0.56 | 0.30 | 0.40 | 332.09 | 0.39 | 0.44 |
| Hex | 9A | 44 | 6C | 0 | 38 | 1E | 28 | 14C | 27 | 2C |
| Octal | 232 | 104 | 154 | 0 | 70 | 36 | 50 | 514 | 47 | 54 |
| Binary | 10011010 | 1000100 | 1101100 | 0 | 111000 | 11110 | 101000 | 101001100 | 100111 | 101100 |
Color Harmonies of #9A446C
Complementary color
Monochromatic Colors of #9A446C
Black with #9A446C
Text Example
Text Example
White with #9A446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A446C; }
p { color: rgb(154,68,108); }
H1.HeaderClassName
{
color: #9A446C;
}
.AnyTagClassName
{
color: #9A446C;
}
</style>
background-color css
<style>
a { background-color: #9A446C; }
a { background-color: rgb(154,68,108); }
div.DivClassName
{
background-color: #9A446C;
}
.BgClassName
{
background-color: #9A446C;
}
</style>
border-color css
<style>
span { border-color: #9A446C; }
span { border-color: rgb(154,68,108); }
td.TdClassName
{
border-color: #9A446C;
}
.TagClassName
{
border-color: #9A446C;
}
</style>