Shades of Cadillac #953C6D
Tints of Cadillac #953C6D
RGB
CMYK
RGB Variations
Color information
#953C6D (or 0x953C6D) is known color: Cadillac. HEX triplet: 95, 3C and 6D. RGB value is (149,60,109). Sum of RGB (Red+Green+Blue) = 149+60+109=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #953C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953C6D is #6AC392. Grayscale: #5C5C5C. Windows color (decimal): -6996883 or 7158933. OLE color: 7158933.
HSL color Cylindrical-coordinate representation of color #953C6D: hue angle of 326.97º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #953C6D is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 60 | 109 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.42 |
| HSL | 326.97º | 0.43% | 0.41% | - |
| HSV(B) | 326.97º | 0.6% | 0.58% | - |
| XYZ | 16.77 | 10.73 | 15.65 | - |
| YUV | 92.2 | 137.49 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 60 | 109 | 0 | 0.60 | 0.27 | 0.42 | 326.97 | 0.43 | 0.41 |
| Hex | 95 | 3C | 6D | 0 | 3C | 1B | 2A | 147 | 2B | 29 |
| Octal | 225 | 74 | 155 | 0 | 74 | 33 | 52 | 507 | 53 | 51 |
| Binary | 10010101 | 111100 | 1101101 | 0 | 111100 | 11011 | 101010 | 101000111 | 101011 | 101001 |
Color Harmonies of #953C6D
Complementary color
Monochromatic Colors of #953C6D
Black with #953C6D
Text Example
Text Example
White with #953C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953C6D; }
p { color: rgb(149,60,109); }
H1.HeaderClassName
{
color: #953C6D;
}
.AnyTagClassName
{
color: #953C6D;
}
</style>
background-color css
<style>
a { background-color: #953C6D; }
a { background-color: rgb(149,60,109); }
div.DivClassName
{
background-color: #953C6D;
}
.BgClassName
{
background-color: #953C6D;
}
</style>
border-color css
<style>
span { border-color: #953C6D; }
span { border-color: rgb(149,60,109); }
td.TdClassName
{
border-color: #953C6D;
}
.TagClassName
{
border-color: #953C6D;
}
</style>