Shades of Cadillac #99405C
Tints of Cadillac #99405C
RGB
CMYK
RGB Variations
Color information
#99405C (or 0x99405C) is known color: Cadillac. HEX triplet: 99, 40 and 5C. RGB value is (153,64,92). Sum of RGB (Red+Green+Blue) = 153+64+92=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #99405C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99405C is #66BFA3. Grayscale: #5D5D5D. Windows color (decimal): -6733732 or 6045849. OLE color: 6045849.
HSL color Cylindrical-coordinate representation of color #99405C: hue angle of 341.12º 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 #99405C is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 64 | 92 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.4 |
| HSL | 341.12º | 0.41% | 0.43% | - |
| HSV(B) | 341.12º | 0.58% | 0.6% | - |
| XYZ | 16.9 | 11.21 | 11.4 | - |
| YUV | 93.8 | 126.99 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 64 | 92 | 0 | 0.58 | 0.40 | 0.4 | 341.12 | 0.41 | 0.43 |
| Hex | 99 | 40 | 5C | 0 | 3A | 28 | 28 | 155 | 29 | 2B |
| Octal | 231 | 100 | 134 | 0 | 72 | 50 | 50 | 525 | 51 | 53 |
| Binary | 10011001 | 1000000 | 1011100 | 0 | 111010 | 101000 | 101000 | 101010101 | 101001 | 101011 |
Color Harmonies of #99405C
Complementary color
Monochromatic Colors of #99405C
Black with #99405C
Text Example
Text Example
White with #99405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99405C; }
p { color: rgb(153,64,92); }
H1.HeaderClassName
{
color: #99405C;
}
.AnyTagClassName
{
color: #99405C;
}
</style>
background-color css
<style>
a { background-color: #99405C; }
a { background-color: rgb(153,64,92); }
div.DivClassName
{
background-color: #99405C;
}
.BgClassName
{
background-color: #99405C;
}
</style>
border-color css
<style>
span { border-color: #99405C; }
span { border-color: rgb(153,64,92); }
td.TdClassName
{
border-color: #99405C;
}
.TagClassName
{
border-color: #99405C;
}
</style>