Shades of Cadillac #953868
Tints of Cadillac #953868
RGB
CMYK
RGB Variations
Color information
#953868 (or 0x953868) is known color: Cadillac. HEX triplet: 95, 38 and 68. RGB value is (149,56,104). Sum of RGB (Red+Green+Blue) = 149+56+104=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #953868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953868 is #6AC797. Grayscale: #595959. Windows color (decimal): -6997912 or 6830229. OLE color: 6830229.
HSL color Cylindrical-coordinate representation of color #953868: hue angle of 329.03º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #953868 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 56 | 104 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.42 |
| HSL | 329.03º | 0.45% | 0.4% | - |
| HSV(B) | 329.03º | 0.62% | 0.58% | - |
| XYZ | 16.31 | 10.22 | 14.21 | - |
| YUV | 89.28 | 136.31 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 56 | 104 | 0 | 0.62 | 0.30 | 0.42 | 329.03 | 0.45 | 0.4 |
| Hex | 95 | 38 | 68 | 0 | 3E | 1E | 2A | 149 | 2D | 28 |
| Octal | 225 | 70 | 150 | 0 | 76 | 36 | 52 | 511 | 55 | 50 |
| Binary | 10010101 | 111000 | 1101000 | 0 | 111110 | 11110 | 101010 | 101001001 | 101101 | 101000 |
Color Harmonies of #953868
Complementary color
Monochromatic Colors of #953868
Black with #953868
Text Example
Text Example
White with #953868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953868; }
p { color: rgb(149,56,104); }
H1.HeaderClassName
{
color: #953868;
}
.AnyTagClassName
{
color: #953868;
}
</style>
background-color css
<style>
a { background-color: #953868; }
a { background-color: rgb(149,56,104); }
div.DivClassName
{
background-color: #953868;
}
.BgClassName
{
background-color: #953868;
}
</style>
border-color css
<style>
span { border-color: #953868; }
span { border-color: rgb(149,56,104); }
td.TdClassName
{
border-color: #953868;
}
.TagClassName
{
border-color: #953868;
}
</style>