Shades of Cadillac #954B6A
Tints of Cadillac #954B6A
RGB
CMYK
RGB Variations
Color information
#954B6A (or 0x954B6A) is known color: Cadillac. HEX triplet: 95, 4B and 6A. RGB value is (149,75,106). Sum of RGB (Red+Green+Blue) = 149+75+106=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #954B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954B6A is #6AB495. Grayscale: #646464. Windows color (decimal): -6993046 or 6966165. OLE color: 6966165.
HSL color Cylindrical-coordinate representation of color #954B6A: hue angle of 334.86º degrees, saturation: 0.33, 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 #954B6A is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 75 | 106 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.42 |
| HSL | 334.86º | 0.33% | 0.44% | - |
| HSV(B) | 334.86º | 0.5% | 0.58% | - |
| XYZ | 17.51 | 12.46 | 15.12 | - |
| YUV | 100.66 | 131.02 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 106 | 0 | 0.50 | 0.29 | 0.42 | 334.86 | 0.33 | 0.44 |
| Hex | 95 | 4B | 6A | 0 | 32 | 1D | 2A | 14F | 21 | 2C |
| Octal | 225 | 113 | 152 | 0 | 62 | 35 | 52 | 517 | 41 | 54 |
| Binary | 10010101 | 1001011 | 1101010 | 0 | 110010 | 11101 | 101010 | 101001111 | 100001 | 101100 |
Color Harmonies of #954B6A
Complementary color
Monochromatic Colors of #954B6A
Black with #954B6A
Text Example
Text Example
White with #954B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954B6A; }
p { color: rgb(149,75,106); }
H1.HeaderClassName
{
color: #954B6A;
}
.AnyTagClassName
{
color: #954B6A;
}
</style>
background-color css
<style>
a { background-color: #954B6A; }
a { background-color: rgb(149,75,106); }
div.DivClassName
{
background-color: #954B6A;
}
.BgClassName
{
background-color: #954B6A;
}
</style>
border-color css
<style>
span { border-color: #954B6A; }
span { border-color: rgb(149,75,106); }
td.TdClassName
{
border-color: #954B6A;
}
.TagClassName
{
border-color: #954B6A;
}
</style>