Shades of Cadillac #954A68
Tints of Cadillac #954A68
RGB
CMYK
RGB Variations
Color information
#954A68 (or 0x954A68) is known color: Cadillac. HEX triplet: 95, 4A and 68. RGB value is (149,74,104). Sum of RGB (Red+Green+Blue) = 149+74+104=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #954A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954A68 is #6AB597. Grayscale: #636363. Windows color (decimal): -6993304 or 6834837. OLE color: 6834837.
HSL color Cylindrical-coordinate representation of color #954A68: hue angle of 336º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954A68 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 74 | 104 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.42 |
| HSL | 336º | 0.34% | 0.44% | - |
| HSV(B) | 336º | 0.5% | 0.58% | - |
| XYZ | 17.34 | 12.29 | 14.55 | - |
| YUV | 99.85 | 130.35 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 104 | 0 | 0.50 | 0.30 | 0.42 | 336 | 0.34 | 0.44 |
| Hex | 95 | 4A | 68 | 0 | 32 | 1E | 2A | 150 | 22 | 2C |
| Octal | 225 | 112 | 150 | 0 | 62 | 36 | 52 | 520 | 42 | 54 |
| Binary | 10010101 | 1001010 | 1101000 | 0 | 110010 | 11110 | 101010 | 101010000 | 100010 | 101100 |
Color Harmonies of #954A68
Complementary color
Monochromatic Colors of #954A68
Black with #954A68
Text Example
Text Example
White with #954A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954A68; }
p { color: rgb(149,74,104); }
H1.HeaderClassName
{
color: #954A68;
}
.AnyTagClassName
{
color: #954A68;
}
</style>
background-color css
<style>
a { background-color: #954A68; }
a { background-color: rgb(149,74,104); }
div.DivClassName
{
background-color: #954A68;
}
.BgClassName
{
background-color: #954A68;
}
</style>
border-color css
<style>
span { border-color: #954A68; }
span { border-color: rgb(149,74,104); }
td.TdClassName
{
border-color: #954A68;
}
.TagClassName
{
border-color: #954A68;
}
</style>