Shades of Cadillac #95426C
Tints of Cadillac #95426C
RGB
CMYK
RGB Variations
Color information
#95426C (or 0x95426C) is known color: Cadillac. HEX triplet: 95, 42 and 6C. RGB value is (149,66,108). Sum of RGB (Red+Green+Blue) = 149+66+108=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #95426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95426C is #6ABD93. Grayscale: #5F5F5F. Windows color (decimal): -6995348 or 7094933. OLE color: 7094933.
HSL color Cylindrical-coordinate representation of color #95426C: hue angle of 329.64º 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 #95426C is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 66 | 108 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.42 |
| HSL | 329.64º | 0.39% | 0.42% | - |
| HSV(B) | 329.64º | 0.56% | 0.58% | - |
| XYZ | 17.05 | 11.37 | 15.48 | - |
| YUV | 95.61 | 135 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 66 | 108 | 0 | 0.56 | 0.28 | 0.42 | 329.64 | 0.39 | 0.42 |
| Hex | 95 | 42 | 6C | 0 | 38 | 1C | 2A | 14A | 27 | 2A |
| Octal | 225 | 102 | 154 | 0 | 70 | 34 | 52 | 512 | 47 | 52 |
| Binary | 10010101 | 1000010 | 1101100 | 0 | 111000 | 11100 | 101010 | 101001010 | 100111 | 101010 |
Color Harmonies of #95426C
Complementary color
Monochromatic Colors of #95426C
Black with #95426C
Text Example
Text Example
White with #95426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95426C; }
p { color: rgb(149,66,108); }
H1.HeaderClassName
{
color: #95426C;
}
.AnyTagClassName
{
color: #95426C;
}
</style>
background-color css
<style>
a { background-color: #95426C; }
a { background-color: rgb(149,66,108); }
div.DivClassName
{
background-color: #95426C;
}
.BgClassName
{
background-color: #95426C;
}
</style>
border-color css
<style>
span { border-color: #95426C; }
span { border-color: rgb(149,66,108); }
td.TdClassName
{
border-color: #95426C;
}
.TagClassName
{
border-color: #95426C;
}
</style>