Shades of Cadillac #96435E
Tints of Cadillac #96435E
RGB
CMYK
RGB Variations
Color information
#96435E (or 0x96435E) is known color: Cadillac. HEX triplet: 96, 43 and 5E. RGB value is (150,67,94). Sum of RGB (Red+Green+Blue) = 150+67+94=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96435E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96435E is #69BCA1. Grayscale: #5E5E5E. Windows color (decimal): -6929570 or 6177686. OLE color: 6177686.
HSL color Cylindrical-coordinate representation of color #96435E: hue angle of 340.48º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96435E is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 67 | 94 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.41 |
| HSL | 340.48º | 0.38% | 0.43% | - |
| HSV(B) | 340.48º | 0.55% | 0.59% | - |
| XYZ | 16.61 | 11.31 | 11.9 | - |
| YUV | 94.9 | 127.5 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 67 | 94 | 0 | 0.55 | 0.37 | 0.41 | 340.48 | 0.38 | 0.43 |
| Hex | 96 | 43 | 5E | 0 | 37 | 25 | 29 | 154 | 26 | 2B |
| Octal | 226 | 103 | 136 | 0 | 67 | 45 | 51 | 524 | 46 | 53 |
| Binary | 10010110 | 1000011 | 1011110 | 0 | 110111 | 100101 | 101001 | 101010100 | 100110 | 101011 |
Color Harmonies of #96435E
Complementary color
Monochromatic Colors of #96435E
Black with #96435E
Text Example
Text Example
White with #96435E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96435E; }
p { color: rgb(150,67,94); }
H1.HeaderClassName
{
color: #96435E;
}
.AnyTagClassName
{
color: #96435E;
}
</style>
background-color css
<style>
a { background-color: #96435E; }
a { background-color: rgb(150,67,94); }
div.DivClassName
{
background-color: #96435E;
}
.BgClassName
{
background-color: #96435E;
}
</style>
border-color css
<style>
span { border-color: #96435E; }
span { border-color: rgb(150,67,94); }
td.TdClassName
{
border-color: #96435E;
}
.TagClassName
{
border-color: #96435E;
}
</style>