Shades of Cadillac #964B6B
Tints of Cadillac #964B6B
RGB
CMYK
RGB Variations
Color information
#964B6B (or 0x964B6B) is known color: Cadillac. HEX triplet: 96, 4B and 6B. RGB value is (150,75,107). Sum of RGB (Red+Green+Blue) = 150+75+107=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #964B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B6B is #69B494. Grayscale: #656565. Windows color (decimal): -6927509 or 7031702. OLE color: 7031702.
HSL color Cylindrical-coordinate representation of color #964B6B: hue angle of 334.4º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #964B6B is Cyan = 0, Magento = 0.5, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 75 | 107 | - |
| CMYK | 0 | 0.5 | 0.29 | 0.41 |
| HSL | 334.4º | 0.33% | 0.44% | - |
| HSV(B) | 334.4º | 0.5% | 0.59% | - |
| XYZ | 17.75 | 12.58 | 15.4 | - |
| YUV | 101.07 | 131.35 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 107 | 0 | 0.5 | 0.29 | 0.41 | 334.4 | 0.33 | 0.44 |
| Hex | 96 | 4B | 6B | 0 | 32 | 1D | 29 | 14E | 21 | 2C |
| Octal | 226 | 113 | 153 | 0 | 62 | 35 | 51 | 516 | 41 | 54 |
| Binary | 10010110 | 1001011 | 1101011 | 0 | 110010 | 11101 | 101001 | 101001110 | 100001 | 101100 |
Color Harmonies of #964B6B
Complementary color
Monochromatic Colors of #964B6B
Black with #964B6B
Text Example
Text Example
White with #964B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964B6B; }
p { color: rgb(150,75,107); }
H1.HeaderClassName
{
color: #964B6B;
}
.AnyTagClassName
{
color: #964B6B;
}
</style>
background-color css
<style>
a { background-color: #964B6B; }
a { background-color: rgb(150,75,107); }
div.DivClassName
{
background-color: #964B6B;
}
.BgClassName
{
background-color: #964B6B;
}
</style>
border-color css
<style>
span { border-color: #964B6B; }
span { border-color: rgb(150,75,107); }
td.TdClassName
{
border-color: #964B6B;
}
.TagClassName
{
border-color: #964B6B;
}
</style>