Shades of Cadillac #99406C
Tints of Cadillac #99406C
RGB
CMYK
RGB Variations
Color information
#99406C (or 0x99406C) is known color: Cadillac. HEX triplet: 99, 40 and 6C. RGB value is (153,64,108). Sum of RGB (Red+Green+Blue) = 153+64+108=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #99406C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99406C is #66BF93. Grayscale: #5F5F5F. Windows color (decimal): -6733716 or 7094425. OLE color: 7094425.
HSL color Cylindrical-coordinate representation of color #99406C: hue angle of 330.34º 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 #99406C is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 64 | 108 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.4 |
| HSL | 330.34º | 0.41% | 0.43% | - |
| HSV(B) | 330.34º | 0.58% | 0.6% | - |
| XYZ | 17.68 | 11.52 | 15.48 | - |
| YUV | 95.63 | 134.99 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 64 | 108 | 0 | 0.58 | 0.29 | 0.4 | 330.34 | 0.41 | 0.43 |
| Hex | 99 | 40 | 6C | 0 | 3A | 1D | 28 | 14A | 29 | 2B |
| Octal | 231 | 100 | 154 | 0 | 72 | 35 | 50 | 512 | 51 | 53 |
| Binary | 10011001 | 1000000 | 1101100 | 0 | 111010 | 11101 | 101000 | 101001010 | 101001 | 101011 |
Color Harmonies of #99406C
Complementary color
Monochromatic Colors of #99406C
Black with #99406C
Text Example
Text Example
White with #99406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99406C; }
p { color: rgb(153,64,108); }
H1.HeaderClassName
{
color: #99406C;
}
.AnyTagClassName
{
color: #99406C;
}
</style>
background-color css
<style>
a { background-color: #99406C; }
a { background-color: rgb(153,64,108); }
div.DivClassName
{
background-color: #99406C;
}
.BgClassName
{
background-color: #99406C;
}
</style>
border-color css
<style>
span { border-color: #99406C; }
span { border-color: rgb(153,64,108); }
td.TdClassName
{
border-color: #99406C;
}
.TagClassName
{
border-color: #99406C;
}
</style>