Shades of Cadillac #964271
Tints of Cadillac #964271
RGB
CMYK
RGB Variations
Color information
#964271 (or 0x964271) is known color: Cadillac. HEX triplet: 96, 42 and 71. RGB value is (150,66,113). Sum of RGB (Red+Green+Blue) = 150+66+113=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #964271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964271 is #69BD8E. Grayscale: #606060. Windows color (decimal): -6929807 or 7422614. OLE color: 7422614.
HSL color Cylindrical-coordinate representation of color #964271: hue angle of 326.43º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #964271 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 66 | 113 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.41 |
| HSL | 326.43º | 0.39% | 0.42% | - |
| HSV(B) | 326.43º | 0.56% | 0.59% | - |
| XYZ | 17.51 | 11.57 | 16.93 | - |
| YUV | 96.47 | 137.33 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 66 | 113 | 0 | 0.56 | 0.25 | 0.41 | 326.43 | 0.39 | 0.42 |
| Hex | 96 | 42 | 71 | 0 | 38 | 19 | 29 | 146 | 27 | 2A |
| Octal | 226 | 102 | 161 | 0 | 70 | 31 | 51 | 506 | 47 | 52 |
| Binary | 10010110 | 1000010 | 1110001 | 0 | 111000 | 11001 | 101001 | 101000110 | 100111 | 101010 |
Color Harmonies of #964271
Complementary color
Monochromatic Colors of #964271
Black with #964271
Text Example
Text Example
White with #964271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964271; }
p { color: rgb(150,66,113); }
H1.HeaderClassName
{
color: #964271;
}
.AnyTagClassName
{
color: #964271;
}
</style>
background-color css
<style>
a { background-color: #964271; }
a { background-color: rgb(150,66,113); }
div.DivClassName
{
background-color: #964271;
}
.BgClassName
{
background-color: #964271;
}
</style>
border-color css
<style>
span { border-color: #964271; }
span { border-color: rgb(150,66,113); }
td.TdClassName
{
border-color: #964271;
}
.TagClassName
{
border-color: #964271;
}
</style>