Shades of Cadillac #94426B
Tints of Cadillac #94426B
RGB
CMYK
RGB Variations
Color information
#94426B (or 0x94426B) is known color: Cadillac. HEX triplet: 94, 42 and 6B. RGB value is (148,66,107). Sum of RGB (Red+Green+Blue) = 148+66+107=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 148 - color contains mainly: red. Hex color #94426B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94426B is #6BBD94. Grayscale: #5F5F5F. Windows color (decimal): -7060885 or 7029396. OLE color: 7029396.
HSL color Cylindrical-coordinate representation of color #94426B: hue angle of 330º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94426B is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 66 | 107 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.42 |
| HSL | 330º | 0.38% | 0.42% | - |
| HSV(B) | 330º | 0.55% | 0.58% | - |
| XYZ | 16.81 | 11.25 | 15.2 | - |
| YUV | 95.19 | 134.67 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 66 | 107 | 0 | 0.55 | 0.28 | 0.42 | 330 | 0.38 | 0.42 |
| Hex | 94 | 42 | 6B | 0 | 37 | 1C | 2A | 14A | 26 | 2A |
| Octal | 224 | 102 | 153 | 0 | 67 | 34 | 52 | 512 | 46 | 52 |
| Binary | 10010100 | 1000010 | 1101011 | 0 | 110111 | 11100 | 101010 | 101001010 | 100110 | 101010 |
Color Harmonies of #94426B
Complementary color
Monochromatic Colors of #94426B
Black with #94426B
Text Example
Text Example
White with #94426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94426B; }
p { color: rgb(148,66,107); }
H1.HeaderClassName
{
color: #94426B;
}
.AnyTagClassName
{
color: #94426B;
}
</style>
background-color css
<style>
a { background-color: #94426B; }
a { background-color: rgb(148,66,107); }
div.DivClassName
{
background-color: #94426B;
}
.BgClassName
{
background-color: #94426B;
}
</style>
border-color css
<style>
span { border-color: #94426B; }
span { border-color: rgb(148,66,107); }
td.TdClassName
{
border-color: #94426B;
}
.TagClassName
{
border-color: #94426B;
}
</style>