Shades of Cadillac #96445D
Tints of Cadillac #96445D
RGB
CMYK
RGB Variations
Color information
#96445D (or 0x96445D) is known color: Cadillac. HEX triplet: 96, 44 and 5D. RGB value is (150,68,93). Sum of RGB (Red+Green+Blue) = 150+68+93=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96445D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96445D is #69BBA2. Grayscale: #5F5F5F. Windows color (decimal): -6929315 or 6112406. OLE color: 6112406.
HSL color Cylindrical-coordinate representation of color #96445D: hue angle of 341.71º 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 #96445D is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 68 | 93 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.41 |
| HSL | 341.71º | 0.38% | 0.43% | - |
| HSV(B) | 341.71º | 0.55% | 0.59% | - |
| XYZ | 16.62 | 11.41 | 11.68 | - |
| YUV | 95.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 68 | 93 | 0 | 0.55 | 0.38 | 0.41 | 341.71 | 0.38 | 0.43 |
| Hex | 96 | 44 | 5D | 0 | 37 | 26 | 29 | 156 | 26 | 2B |
| Octal | 226 | 104 | 135 | 0 | 67 | 46 | 51 | 526 | 46 | 53 |
| Binary | 10010110 | 1000100 | 1011101 | 0 | 110111 | 100110 | 101001 | 101010110 | 100110 | 101011 |
Color Harmonies of #96445D
Complementary color
Monochromatic Colors of #96445D
Black with #96445D
Text Example
Text Example
White with #96445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96445D; }
p { color: rgb(150,68,93); }
H1.HeaderClassName
{
color: #96445D;
}
.AnyTagClassName
{
color: #96445D;
}
</style>
background-color css
<style>
a { background-color: #96445D; }
a { background-color: rgb(150,68,93); }
div.DivClassName
{
background-color: #96445D;
}
.BgClassName
{
background-color: #96445D;
}
</style>
border-color css
<style>
span { border-color: #96445D; }
span { border-color: rgb(150,68,93); }
td.TdClassName
{
border-color: #96445D;
}
.TagClassName
{
border-color: #96445D;
}
</style>