Shades of Cadillac #99466C
Tints of Cadillac #99466C
RGB
CMYK
RGB Variations
Color information
#99466C (or 0x99466C) is known color: Cadillac. HEX triplet: 99, 46 and 6C. RGB value is (153,70,108). Sum of RGB (Red+Green+Blue) = 153+70+108=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #99466C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99466C is #66B993. Grayscale: #636363. Windows color (decimal): -6732180 or 7095961. OLE color: 7095961.
HSL color Cylindrical-coordinate representation of color #99466C: hue angle of 332.53º 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 #99466C is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 108 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.4 |
| HSL | 332.53º | 0.37% | 0.44% | - |
| HSV(B) | 332.53º | 0.54% | 0.6% | - |
| XYZ | 18.03 | 12.24 | 15.6 | - |
| YUV | 99.15 | 133 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 108 | 0 | 0.54 | 0.29 | 0.4 | 332.53 | 0.37 | 0.44 |
| Hex | 99 | 46 | 6C | 0 | 36 | 1D | 28 | 14D | 25 | 2C |
| Octal | 231 | 106 | 154 | 0 | 66 | 35 | 50 | 515 | 45 | 54 |
| Binary | 10011001 | 1000110 | 1101100 | 0 | 110110 | 11101 | 101000 | 101001101 | 100101 | 101100 |
Color Harmonies of #99466C
Complementary color
Monochromatic Colors of #99466C
Black with #99466C
Text Example
Text Example
White with #99466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99466C; }
p { color: rgb(153,70,108); }
H1.HeaderClassName
{
color: #99466C;
}
.AnyTagClassName
{
color: #99466C;
}
</style>
background-color css
<style>
a { background-color: #99466C; }
a { background-color: rgb(153,70,108); }
div.DivClassName
{
background-color: #99466C;
}
.BgClassName
{
background-color: #99466C;
}
</style>
border-color css
<style>
span { border-color: #99466C; }
span { border-color: rgb(153,70,108); }
td.TdClassName
{
border-color: #99466C;
}
.TagClassName
{
border-color: #99466C;
}
</style>