Shades of Cadillac #963B5C
Tints of Cadillac #963B5C
RGB
CMYK
RGB Variations
Color information
#963B5C (or 0x963B5C) is known color: Cadillac. HEX triplet: 96, 3B and 5C. RGB value is (150,59,92). Sum of RGB (Red+Green+Blue) = 150+59+92=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #963B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963B5C is #69C4A3. Grayscale: #595959. Windows color (decimal): -6931620 or 6044566. OLE color: 6044566.
HSL color Cylindrical-coordinate representation of color #963B5C: hue angle of 338.24º 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 #963B5C is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 59 | 92 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.41 |
| HSL | 338.24º | 0.44% | 0.41% | - |
| HSV(B) | 338.24º | 0.61% | 0.59% | - |
| XYZ | 16.07 | 10.38 | 11.28 | - |
| YUV | 89.97 | 129.15 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 59 | 92 | 0 | 0.61 | 0.39 | 0.41 | 338.24 | 0.44 | 0.41 |
| Hex | 96 | 3B | 5C | 0 | 3D | 27 | 29 | 152 | 2C | 29 |
| Octal | 226 | 73 | 134 | 0 | 75 | 47 | 51 | 522 | 54 | 51 |
| Binary | 10010110 | 111011 | 1011100 | 0 | 111101 | 100111 | 101001 | 101010010 | 101100 | 101001 |
Color Harmonies of #963B5C
Complementary color
Monochromatic Colors of #963B5C
Black with #963B5C
Text Example
Text Example
White with #963B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963B5C; }
p { color: rgb(150,59,92); }
H1.HeaderClassName
{
color: #963B5C;
}
.AnyTagClassName
{
color: #963B5C;
}
</style>
background-color css
<style>
a { background-color: #963B5C; }
a { background-color: rgb(150,59,92); }
div.DivClassName
{
background-color: #963B5C;
}
.BgClassName
{
background-color: #963B5C;
}
</style>
border-color css
<style>
span { border-color: #963B5C; }
span { border-color: rgb(150,59,92); }
td.TdClassName
{
border-color: #963B5C;
}
.TagClassName
{
border-color: #963B5C;
}
</style>