Shades of Cadillac #954374
Tints of Cadillac #954374
RGB
CMYK
RGB Variations
Color information
#954374 (or 0x954374) is known color: Cadillac. HEX triplet: 95, 43 and 74. RGB value is (149,67,116). Sum of RGB (Red+Green+Blue) = 149+67+116=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #954374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954374 is #6ABC8B. Grayscale: #606060. Windows color (decimal): -6995084 or 7619477. OLE color: 7619477.
HSL color Cylindrical-coordinate representation of color #954374: hue angle of 324.15º 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 #954374 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 67 | 116 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.42 |
| HSL | 324.15º | 0.38% | 0.42% | - |
| HSV(B) | 324.15º | 0.55% | 0.58% | - |
| XYZ | 17.55 | 11.66 | 17.85 | - |
| YUV | 97.1 | 138.67 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 116 | 0 | 0.55 | 0.22 | 0.42 | 324.15 | 0.38 | 0.42 |
| Hex | 95 | 43 | 74 | 0 | 37 | 16 | 2A | 144 | 26 | 2A |
| Octal | 225 | 103 | 164 | 0 | 67 | 26 | 52 | 504 | 46 | 52 |
| Binary | 10010101 | 1000011 | 1110100 | 0 | 110111 | 10110 | 101010 | 101000100 | 100110 | 101010 |
Color Harmonies of #954374
Complementary color
Monochromatic Colors of #954374
Black with #954374
Text Example
Text Example
White with #954374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954374; }
p { color: rgb(149,67,116); }
H1.HeaderClassName
{
color: #954374;
}
.AnyTagClassName
{
color: #954374;
}
</style>
background-color css
<style>
a { background-color: #954374; }
a { background-color: rgb(149,67,116); }
div.DivClassName
{
background-color: #954374;
}
.BgClassName
{
background-color: #954374;
}
</style>
border-color css
<style>
span { border-color: #954374; }
span { border-color: rgb(149,67,116); }
td.TdClassName
{
border-color: #954374;
}
.TagClassName
{
border-color: #954374;
}
</style>