Shades of Cadillac #954356
Tints of Cadillac #954356
RGB
CMYK
RGB Variations
Color information
#954356 (or 0x954356) is known color: Cadillac. HEX triplet: 95, 43 and 56. RGB value is (149,67,86). Sum of RGB (Red+Green+Blue) = 149+67+86=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #954356 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954356 is #6ABCA9. Grayscale: #5D5D5D. Windows color (decimal): -6995114 or 5653397. OLE color: 5653397.
HSL color Cylindrical-coordinate representation of color #954356: hue angle of 346.1º 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 #954356 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 67 | 86 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.42 |
| HSL | 346.1º | 0.38% | 0.42% | - |
| HSV(B) | 346.1º | 0.55% | 0.58% | - |
| XYZ | 16.08 | 11.08 | 10.09 | - |
| YUV | 93.68 | 123.67 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 86 | 0 | 0.55 | 0.42 | 0.42 | 346.1 | 0.38 | 0.42 |
| Hex | 95 | 43 | 56 | 0 | 37 | 2A | 2A | 15A | 26 | 2A |
| Octal | 225 | 103 | 126 | 0 | 67 | 52 | 52 | 532 | 46 | 52 |
| Binary | 10010101 | 1000011 | 1010110 | 0 | 110111 | 101010 | 101010 | 101011010 | 100110 | 101010 |
Color Harmonies of #954356
Complementary color
Monochromatic Colors of #954356
Black with #954356
Text Example
Text Example
White with #954356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954356; }
p { color: rgb(149,67,86); }
H1.HeaderClassName
{
color: #954356;
}
.AnyTagClassName
{
color: #954356;
}
</style>
background-color css
<style>
a { background-color: #954356; }
a { background-color: rgb(149,67,86); }
div.DivClassName
{
background-color: #954356;
}
.BgClassName
{
background-color: #954356;
}
</style>
border-color css
<style>
span { border-color: #954356; }
span { border-color: rgb(149,67,86); }
td.TdClassName
{
border-color: #954356;
}
.TagClassName
{
border-color: #954356;
}
</style>