Shades of Cadillac #954962
Tints of Cadillac #954962
RGB
CMYK
RGB Variations
Color information
#954962 (or 0x954962) is known color: Cadillac. HEX triplet: 95, 49 and 62. RGB value is (149,73,98). Sum of RGB (Red+Green+Blue) = 149+73+98=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #954962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954962 is #6AB69D. Grayscale: #626262. Windows color (decimal): -6993566 or 6441365. OLE color: 6441365.
HSL color Cylindrical-coordinate representation of color #954962: hue angle of 340.26º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954962 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 73 | 98 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.42 |
| HSL | 340.26º | 0.34% | 0.44% | - |
| HSV(B) | 340.26º | 0.51% | 0.58% | - |
| XYZ | 16.98 | 12.04 | 12.98 | - |
| YUV | 98.57 | 127.68 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 98 | 0 | 0.51 | 0.34 | 0.42 | 340.26 | 0.34 | 0.44 |
| Hex | 95 | 49 | 62 | 0 | 33 | 22 | 2A | 154 | 22 | 2C |
| Octal | 225 | 111 | 142 | 0 | 63 | 42 | 52 | 524 | 42 | 54 |
| Binary | 10010101 | 1001001 | 1100010 | 0 | 110011 | 100010 | 101010 | 101010100 | 100010 | 101100 |
Color Harmonies of #954962
Complementary color
Monochromatic Colors of #954962
Black with #954962
Text Example
Text Example
White with #954962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954962; }
p { color: rgb(149,73,98); }
H1.HeaderClassName
{
color: #954962;
}
.AnyTagClassName
{
color: #954962;
}
</style>
background-color css
<style>
a { background-color: #954962; }
a { background-color: rgb(149,73,98); }
div.DivClassName
{
background-color: #954962;
}
.BgClassName
{
background-color: #954962;
}
</style>
border-color css
<style>
span { border-color: #954962; }
span { border-color: rgb(149,73,98); }
td.TdClassName
{
border-color: #954962;
}
.TagClassName
{
border-color: #954962;
}
</style>