Shades of Cadillac #963A68
Tints of Cadillac #963A68
RGB
CMYK
RGB Variations
Color information
#963A68 (or 0x963A68) is known color: Cadillac. HEX triplet: 96, 3A and 68. RGB value is (150,58,104). Sum of RGB (Red+Green+Blue) = 150+58+104=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #963A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963A68 is #69C597. Grayscale: #5A5A5A. Windows color (decimal): -6931864 or 6830742. OLE color: 6830742.
HSL color Cylindrical-coordinate representation of color #963A68: hue angle of 330º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #963A68 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 58 | 104 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.41 |
| HSL | 330º | 0.44% | 0.41% | - |
| HSV(B) | 330º | 0.61% | 0.59% | - |
| XYZ | 16.59 | 10.51 | 14.25 | - |
| YUV | 90.75 | 135.48 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 104 | 0 | 0.61 | 0.31 | 0.41 | 330 | 0.44 | 0.41 |
| Hex | 96 | 3A | 68 | 0 | 3D | 1F | 29 | 14A | 2C | 29 |
| Octal | 226 | 72 | 150 | 0 | 75 | 37 | 51 | 512 | 54 | 51 |
| Binary | 10010110 | 111010 | 1101000 | 0 | 111101 | 11111 | 101001 | 101001010 | 101100 | 101001 |
Color Harmonies of #963A68
Complementary color
Monochromatic Colors of #963A68
Black with #963A68
Text Example
Text Example
White with #963A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963A68; }
p { color: rgb(150,58,104); }
H1.HeaderClassName
{
color: #963A68;
}
.AnyTagClassName
{
color: #963A68;
}
</style>
background-color css
<style>
a { background-color: #963A68; }
a { background-color: rgb(150,58,104); }
div.DivClassName
{
background-color: #963A68;
}
.BgClassName
{
background-color: #963A68;
}
</style>
border-color css
<style>
span { border-color: #963A68; }
span { border-color: rgb(150,58,104); }
td.TdClassName
{
border-color: #963A68;
}
.TagClassName
{
border-color: #963A68;
}
</style>