Shades of Cadillac #954358
Tints of Cadillac #954358
RGB
CMYK
RGB Variations
Color information
#954358 (or 0x954358) is known color: Cadillac. HEX triplet: 95, 43 and 58. RGB value is (149,67,88). Sum of RGB (Red+Green+Blue) = 149+67+88=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #954358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954358 is #6ABCA7. Grayscale: #5D5D5D. Windows color (decimal): -6995112 or 5784469. OLE color: 5784469.
HSL color Cylindrical-coordinate representation of color #954358: hue angle of 344.63º 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 #954358 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 67 | 88 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.42 |
| HSL | 344.63º | 0.38% | 0.42% | - |
| HSV(B) | 344.63º | 0.55% | 0.58% | - |
| XYZ | 16.16 | 11.11 | 10.52 | - |
| YUV | 93.91 | 124.67 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 88 | 0 | 0.55 | 0.41 | 0.42 | 344.63 | 0.38 | 0.42 |
| Hex | 95 | 43 | 58 | 0 | 37 | 29 | 2A | 159 | 26 | 2A |
| Octal | 225 | 103 | 130 | 0 | 67 | 51 | 52 | 531 | 46 | 52 |
| Binary | 10010101 | 1000011 | 1011000 | 0 | 110111 | 101001 | 101010 | 101011001 | 100110 | 101010 |
Color Harmonies of #954358
Complementary color
Monochromatic Colors of #954358
Black with #954358
Text Example
Text Example
White with #954358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954358; }
p { color: rgb(149,67,88); }
H1.HeaderClassName
{
color: #954358;
}
.AnyTagClassName
{
color: #954358;
}
</style>
background-color css
<style>
a { background-color: #954358; }
a { background-color: rgb(149,67,88); }
div.DivClassName
{
background-color: #954358;
}
.BgClassName
{
background-color: #954358;
}
</style>
border-color css
<style>
span { border-color: #954358; }
span { border-color: rgb(149,67,88); }
td.TdClassName
{
border-color: #954358;
}
.TagClassName
{
border-color: #954358;
}
</style>