Shades of Cadillac #994B65
Tints of Cadillac #994B65
RGB
CMYK
RGB Variations
Color information
#994B65 (or 0x994B65) is known color: Cadillac. HEX triplet: 99, 4B and 65. RGB value is (153,75,101). Sum of RGB (Red+Green+Blue) = 153+75+101=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #994B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994B65 is #66B49A. Grayscale: #656565. Windows color (decimal): -6730907 or 6638489. OLE color: 6638489.
HSL color Cylindrical-coordinate representation of color #994B65: hue angle of 340º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #994B65 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 75 | 101 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.4 |
| HSL | 340º | 0.34% | 0.45% | - |
| HSV(B) | 340º | 0.51% | 0.6% | - |
| XYZ | 18 | 12.74 | 13.82 | - |
| YUV | 101.29 | 127.84 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 101 | 0 | 0.51 | 0.34 | 0.4 | 340 | 0.34 | 0.45 |
| Hex | 99 | 4B | 65 | 0 | 33 | 22 | 28 | 154 | 22 | 2D |
| Octal | 231 | 113 | 145 | 0 | 63 | 42 | 50 | 524 | 42 | 55 |
| Binary | 10011001 | 1001011 | 1100101 | 0 | 110011 | 100010 | 101000 | 101010100 | 100010 | 101101 |
Color Harmonies of #994B65
Complementary color
Monochromatic Colors of #994B65
Black with #994B65
Text Example
Text Example
White with #994B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994B65; }
p { color: rgb(153,75,101); }
H1.HeaderClassName
{
color: #994B65;
}
.AnyTagClassName
{
color: #994B65;
}
</style>
background-color css
<style>
a { background-color: #994B65; }
a { background-color: rgb(153,75,101); }
div.DivClassName
{
background-color: #994B65;
}
.BgClassName
{
background-color: #994B65;
}
</style>
border-color css
<style>
span { border-color: #994B65; }
span { border-color: rgb(153,75,101); }
td.TdClassName
{
border-color: #994B65;
}
.TagClassName
{
border-color: #994B65;
}
</style>