Shades of Cadillac #954069
Tints of Cadillac #954069
RGB
CMYK
RGB Variations
Color information
#954069 (or 0x954069) is known color: Cadillac. HEX triplet: 95, 40 and 69. RGB value is (149,64,105). Sum of RGB (Red+Green+Blue) = 149+64+105=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #954069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954069 is #6ABF96. Grayscale: #5E5E5E. Windows color (decimal): -6995863 or 6897813. OLE color: 6897813.
HSL color Cylindrical-coordinate representation of color #954069: hue angle of 331.06º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #954069 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 64 | 105 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.42 |
| HSL | 331.06º | 0.4% | 0.42% | - |
| HSV(B) | 331.06º | 0.57% | 0.58% | - |
| XYZ | 16.78 | 11.08 | 14.62 | - |
| YUV | 94.09 | 134.16 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 105 | 0 | 0.57 | 0.30 | 0.42 | 331.06 | 0.4 | 0.42 |
| Hex | 95 | 40 | 69 | 0 | 39 | 1E | 2A | 14B | 28 | 2A |
| Octal | 225 | 100 | 151 | 0 | 71 | 36 | 52 | 513 | 50 | 52 |
| Binary | 10010101 | 1000000 | 1101001 | 0 | 111001 | 11110 | 101010 | 101001011 | 101000 | 101010 |
Color Harmonies of #954069
Complementary color
Monochromatic Colors of #954069
Black with #954069
Text Example
Text Example
White with #954069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954069; }
p { color: rgb(149,64,105); }
H1.HeaderClassName
{
color: #954069;
}
.AnyTagClassName
{
color: #954069;
}
</style>
background-color css
<style>
a { background-color: #954069; }
a { background-color: rgb(149,64,105); }
div.DivClassName
{
background-color: #954069;
}
.BgClassName
{
background-color: #954069;
}
</style>
border-color css
<style>
span { border-color: #954069; }
span { border-color: rgb(149,64,105); }
td.TdClassName
{
border-color: #954069;
}
.TagClassName
{
border-color: #954069;
}
</style>