Shades of Cadillac #96426B
Tints of Cadillac #96426B
RGB
CMYK
RGB Variations
Color information
#96426B (or 0x96426B) is known color: Cadillac. HEX triplet: 96, 42 and 6B. RGB value is (150,66,107). Sum of RGB (Red+Green+Blue) = 150+66+107=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #96426B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96426B is #69BD94. Grayscale: #5F5F5F. Windows color (decimal): -6929813 or 7029398. OLE color: 7029398.
HSL color Cylindrical-coordinate representation of color #96426B: hue angle of 330.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96426B is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 66 | 107 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.41 |
| HSL | 330.71º | 0.39% | 0.42% | - |
| HSV(B) | 330.71º | 0.56% | 0.59% | - |
| XYZ | 17.18 | 11.44 | 15.21 | - |
| YUV | 95.79 | 134.33 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 66 | 107 | 0 | 0.56 | 0.29 | 0.41 | 330.71 | 0.39 | 0.42 |
| Hex | 96 | 42 | 6B | 0 | 38 | 1D | 29 | 14B | 27 | 2A |
| Octal | 226 | 102 | 153 | 0 | 70 | 35 | 51 | 513 | 47 | 52 |
| Binary | 10010110 | 1000010 | 1101011 | 0 | 111000 | 11101 | 101001 | 101001011 | 100111 | 101010 |
Color Harmonies of #96426B
Complementary color
Monochromatic Colors of #96426B
Black with #96426B
Text Example
Text Example
White with #96426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96426B; }
p { color: rgb(150,66,107); }
H1.HeaderClassName
{
color: #96426B;
}
.AnyTagClassName
{
color: #96426B;
}
</style>
background-color css
<style>
a { background-color: #96426B; }
a { background-color: rgb(150,66,107); }
div.DivClassName
{
background-color: #96426B;
}
.BgClassName
{
background-color: #96426B;
}
</style>
border-color css
<style>
span { border-color: #96426B; }
span { border-color: rgb(150,66,107); }
td.TdClassName
{
border-color: #96426B;
}
.TagClassName
{
border-color: #96426B;
}
</style>