Shades of Cadillac #94436D
Tints of Cadillac #94436D
RGB
CMYK
RGB Variations
Color information
#94436D (or 0x94436D) is known color: Cadillac. HEX triplet: 94, 43 and 6D. RGB value is (148,67,109). Sum of RGB (Red+Green+Blue) = 148+67+109=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 148 - color contains mainly: red. Hex color #94436D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94436D is #6BBC92. Grayscale: #5F5F5F. Windows color (decimal): -7060627 or 7160724. OLE color: 7160724.
HSL color Cylindrical-coordinate representation of color #94436D: hue angle of 328.89º 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 #94436D is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 67 | 109 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.42 |
| HSL | 328.89º | 0.38% | 0.42% | - |
| HSV(B) | 328.89º | 0.55% | 0.58% | - |
| XYZ | 16.98 | 11.41 | 15.78 | - |
| YUV | 96.01 | 135.34 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 67 | 109 | 0 | 0.55 | 0.26 | 0.42 | 328.89 | 0.38 | 0.42 |
| Hex | 94 | 43 | 6D | 0 | 37 | 1A | 2A | 149 | 26 | 2A |
| Octal | 224 | 103 | 155 | 0 | 67 | 32 | 52 | 511 | 46 | 52 |
| Binary | 10010100 | 1000011 | 1101101 | 0 | 110111 | 11010 | 101010 | 101001001 | 100110 | 101010 |
Color Harmonies of #94436D
Complementary color
Monochromatic Colors of #94436D
Black with #94436D
Text Example
Text Example
White with #94436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94436D; }
p { color: rgb(148,67,109); }
H1.HeaderClassName
{
color: #94436D;
}
.AnyTagClassName
{
color: #94436D;
}
</style>
background-color css
<style>
a { background-color: #94436D; }
a { background-color: rgb(148,67,109); }
div.DivClassName
{
background-color: #94436D;
}
.BgClassName
{
background-color: #94436D;
}
</style>
border-color css
<style>
span { border-color: #94436D; }
span { border-color: rgb(148,67,109); }
td.TdClassName
{
border-color: #94436D;
}
.TagClassName
{
border-color: #94436D;
}
</style>