Shades of Cadillac #954165
Tints of Cadillac #954165
RGB
CMYK
RGB Variations
Color information
#954165 (or 0x954165) is known color: Cadillac. HEX triplet: 95, 41 and 65. RGB value is (149,65,101). Sum of RGB (Red+Green+Blue) = 149+65+101=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #954165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954165 is #6ABE9A. Grayscale: #5E5E5E. Windows color (decimal): -6995611 or 6635925. OLE color: 6635925.
HSL color Cylindrical-coordinate representation of color #954165: hue angle of 334.29º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #954165 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 65 | 101 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.42 |
| HSL | 334.29º | 0.39% | 0.42% | - |
| HSV(B) | 334.29º | 0.56% | 0.58% | - |
| XYZ | 16.63 | 11.11 | 13.58 | - |
| YUV | 94.22 | 131.83 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 65 | 101 | 0 | 0.56 | 0.32 | 0.42 | 334.29 | 0.39 | 0.42 |
| Hex | 95 | 41 | 65 | 0 | 38 | 20 | 2A | 14E | 27 | 2A |
| Octal | 225 | 101 | 145 | 0 | 70 | 40 | 52 | 516 | 47 | 52 |
| Binary | 10010101 | 1000001 | 1100101 | 0 | 111000 | 100000 | 101010 | 101001110 | 100111 | 101010 |
Color Harmonies of #954165
Complementary color
Monochromatic Colors of #954165
Black with #954165
Text Example
Text Example
White with #954165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954165; }
p { color: rgb(149,65,101); }
H1.HeaderClassName
{
color: #954165;
}
.AnyTagClassName
{
color: #954165;
}
</style>
background-color css
<style>
a { background-color: #954165; }
a { background-color: rgb(149,65,101); }
div.DivClassName
{
background-color: #954165;
}
.BgClassName
{
background-color: #954165;
}
</style>
border-color css
<style>
span { border-color: #954165; }
span { border-color: rgb(149,65,101); }
td.TdClassName
{
border-color: #954165;
}
.TagClassName
{
border-color: #954165;
}
</style>