Shades of Cadillac #954157
Tints of Cadillac #954157
RGB
CMYK
RGB Variations
Color information
#954157 (or 0x954157) is known color: Cadillac. HEX triplet: 95, 41 and 57. RGB value is (149,65,87). Sum of RGB (Red+Green+Blue) = 149+65+87=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #954157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954157 is #6ABEA8. Grayscale: #5C5C5C. Windows color (decimal): -6995625 or 5718421. OLE color: 5718421.
HSL color Cylindrical-coordinate representation of color #954157: hue angle of 344.29º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #954157 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 65 | 87 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.42 |
| HSL | 344.29º | 0.39% | 0.42% | - |
| HSV(B) | 344.29º | 0.56% | 0.58% | - |
| XYZ | 16.01 | 10.86 | 10.27 | - |
| YUV | 92.62 | 124.83 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 65 | 87 | 0 | 0.56 | 0.42 | 0.42 | 344.29 | 0.39 | 0.42 |
| Hex | 95 | 41 | 57 | 0 | 38 | 2A | 2A | 158 | 27 | 2A |
| Octal | 225 | 101 | 127 | 0 | 70 | 52 | 52 | 530 | 47 | 52 |
| Binary | 10010101 | 1000001 | 1010111 | 0 | 111000 | 101010 | 101010 | 101011000 | 100111 | 101010 |
Color Harmonies of #954157
Complementary color
Monochromatic Colors of #954157
Black with #954157
Text Example
Text Example
White with #954157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954157; }
p { color: rgb(149,65,87); }
H1.HeaderClassName
{
color: #954157;
}
.AnyTagClassName
{
color: #954157;
}
</style>
background-color css
<style>
a { background-color: #954157; }
a { background-color: rgb(149,65,87); }
div.DivClassName
{
background-color: #954157;
}
.BgClassName
{
background-color: #954157;
}
</style>
border-color css
<style>
span { border-color: #954157; }
span { border-color: rgb(149,65,87); }
td.TdClassName
{
border-color: #954157;
}
.TagClassName
{
border-color: #954157;
}
</style>