Shades of Cadillac #953D6A
Tints of Cadillac #953D6A
RGB
CMYK
RGB Variations
Color information
#953D6A (or 0x953D6A) is known color: Cadillac. HEX triplet: 95, 3D and 6A. RGB value is (149,61,106). Sum of RGB (Red+Green+Blue) = 149+61+106=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #953D6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953D6A is #6AC295. Grayscale: #5C5C5C. Windows color (decimal): -6996630 or 6962581. OLE color: 6962581.
HSL color Cylindrical-coordinate representation of color #953D6A: hue angle of 329.32º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #953D6A is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 61 | 106 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.42 |
| HSL | 329.32º | 0.42% | 0.41% | - |
| HSV(B) | 329.32º | 0.59% | 0.58% | - |
| XYZ | 16.66 | 10.77 | 14.84 | - |
| YUV | 92.44 | 135.65 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 106 | 0 | 0.59 | 0.29 | 0.42 | 329.32 | 0.42 | 0.41 |
| Hex | 95 | 3D | 6A | 0 | 3B | 1D | 2A | 149 | 2A | 29 |
| Octal | 225 | 75 | 152 | 0 | 73 | 35 | 52 | 511 | 52 | 51 |
| Binary | 10010101 | 111101 | 1101010 | 0 | 111011 | 11101 | 101010 | 101001001 | 101010 | 101001 |
Color Harmonies of #953D6A
Complementary color
Monochromatic Colors of #953D6A
Black with #953D6A
Text Example
Text Example
White with #953D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953D6A; }
p { color: rgb(149,61,106); }
H1.HeaderClassName
{
color: #953D6A;
}
.AnyTagClassName
{
color: #953D6A;
}
</style>
background-color css
<style>
a { background-color: #953D6A; }
a { background-color: rgb(149,61,106); }
div.DivClassName
{
background-color: #953D6A;
}
.BgClassName
{
background-color: #953D6A;
}
</style>
border-color css
<style>
span { border-color: #953D6A; }
span { border-color: rgb(149,61,106); }
td.TdClassName
{
border-color: #953D6A;
}
.TagClassName
{
border-color: #953D6A;
}
</style>