Shades of Cadillac #994665
Tints of Cadillac #994665
RGB
CMYK
RGB Variations
Color information
#994665 (or 0x994665) is known color: Cadillac. HEX triplet: 99, 46 and 65. RGB value is (153,70,101). Sum of RGB (Red+Green+Blue) = 153+70+101=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #994665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994665 is #66B99A. Grayscale: #626262. Windows color (decimal): -6732187 or 6637209. OLE color: 6637209.
HSL color Cylindrical-coordinate representation of color #994665: hue angle of 337.59º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #994665 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 101 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.4 |
| HSL | 337.59º | 0.37% | 0.44% | - |
| HSV(B) | 337.59º | 0.54% | 0.6% | - |
| XYZ | 17.68 | 12.09 | 13.71 | - |
| YUV | 98.35 | 129.5 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 101 | 0 | 0.54 | 0.34 | 0.4 | 337.59 | 0.37 | 0.44 |
| Hex | 99 | 46 | 65 | 0 | 36 | 22 | 28 | 152 | 25 | 2C |
| Octal | 231 | 106 | 145 | 0 | 66 | 42 | 50 | 522 | 45 | 54 |
| Binary | 10011001 | 1000110 | 1100101 | 0 | 110110 | 100010 | 101000 | 101010010 | 100101 | 101100 |
Color Harmonies of #994665
Complementary color
Monochromatic Colors of #994665
Black with #994665
Text Example
Text Example
White with #994665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994665; }
p { color: rgb(153,70,101); }
H1.HeaderClassName
{
color: #994665;
}
.AnyTagClassName
{
color: #994665;
}
</style>
background-color css
<style>
a { background-color: #994665; }
a { background-color: rgb(153,70,101); }
div.DivClassName
{
background-color: #994665;
}
.BgClassName
{
background-color: #994665;
}
</style>
border-color css
<style>
span { border-color: #994665; }
span { border-color: rgb(153,70,101); }
td.TdClassName
{
border-color: #994665;
}
.TagClassName
{
border-color: #994665;
}
</style>