Shades of Cadillac #954359
Tints of Cadillac #954359
RGB
CMYK
RGB Variations
Color information
#954359 (or 0x954359) is known color: Cadillac. HEX triplet: 95, 43 and 59. RGB value is (149,67,89). Sum of RGB (Red+Green+Blue) = 149+67+89=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #954359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954359 is #6ABCA6. Grayscale: #5E5E5E. Windows color (decimal): -6995111 or 5850005. OLE color: 5850005.
HSL color Cylindrical-coordinate representation of color #954359: hue angle of 343.9º 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 #954359 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 67 | 89 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.42 |
| HSL | 343.9º | 0.38% | 0.42% | - |
| HSV(B) | 343.9º | 0.55% | 0.58% | - |
| XYZ | 16.2 | 11.13 | 10.74 | - |
| YUV | 94.03 | 125.17 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 89 | 0 | 0.55 | 0.40 | 0.42 | 343.9 | 0.38 | 0.42 |
| Hex | 95 | 43 | 59 | 0 | 37 | 28 | 2A | 158 | 26 | 2A |
| Octal | 225 | 103 | 131 | 0 | 67 | 50 | 52 | 530 | 46 | 52 |
| Binary | 10010101 | 1000011 | 1011001 | 0 | 110111 | 101000 | 101010 | 101011000 | 100110 | 101010 |
Color Harmonies of #954359
Complementary color
Monochromatic Colors of #954359
Black with #954359
Text Example
Text Example
White with #954359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954359; }
p { color: rgb(149,67,89); }
H1.HeaderClassName
{
color: #954359;
}
.AnyTagClassName
{
color: #954359;
}
</style>
background-color css
<style>
a { background-color: #954359; }
a { background-color: rgb(149,67,89); }
div.DivClassName
{
background-color: #954359;
}
.BgClassName
{
background-color: #954359;
}
</style>
border-color css
<style>
span { border-color: #954359; }
span { border-color: rgb(149,67,89); }
td.TdClassName
{
border-color: #954359;
}
.TagClassName
{
border-color: #954359;
}
</style>