Shades of Cadillac #954371
Tints of Cadillac #954371
RGB
CMYK
RGB Variations
Color information
#954371 (or 0x954371) is known color: Cadillac. HEX triplet: 95, 43 and 71. RGB value is (149,67,113). Sum of RGB (Red+Green+Blue) = 149+67+113=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #954371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954371 is #6ABC8E. Grayscale: #606060. Windows color (decimal): -6995087 or 7422869. OLE color: 7422869.
HSL color Cylindrical-coordinate representation of color #954371: hue angle of 326.34º 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 #954371 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 67 | 113 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.42 |
| HSL | 326.34º | 0.38% | 0.42% | - |
| HSV(B) | 326.34º | 0.55% | 0.58% | - |
| XYZ | 17.38 | 11.6 | 16.94 | - |
| YUV | 96.76 | 137.17 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 113 | 0 | 0.55 | 0.24 | 0.42 | 326.34 | 0.38 | 0.42 |
| Hex | 95 | 43 | 71 | 0 | 37 | 18 | 2A | 146 | 26 | 2A |
| Octal | 225 | 103 | 161 | 0 | 67 | 30 | 52 | 506 | 46 | 52 |
| Binary | 10010101 | 1000011 | 1110001 | 0 | 110111 | 11000 | 101010 | 101000110 | 100110 | 101010 |
Color Harmonies of #954371
Complementary color
Monochromatic Colors of #954371
Black with #954371
Text Example
Text Example
White with #954371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954371; }
p { color: rgb(149,67,113); }
H1.HeaderClassName
{
color: #954371;
}
.AnyTagClassName
{
color: #954371;
}
</style>
background-color css
<style>
a { background-color: #954371; }
a { background-color: rgb(149,67,113); }
div.DivClassName
{
background-color: #954371;
}
.BgClassName
{
background-color: #954371;
}
</style>
border-color css
<style>
span { border-color: #954371; }
span { border-color: rgb(149,67,113); }
td.TdClassName
{
border-color: #954371;
}
.TagClassName
{
border-color: #954371;
}
</style>