Shades of Cadillac #923B6D
Tints of Cadillac #923B6D
RGB
CMYK
RGB Variations
Color information
#923B6D (or 0x923B6D) is known color: Cadillac. HEX triplet: 92, 3B and 6D. RGB value is (146,59,109). Sum of RGB (Red+Green+Blue) = 146+59+109=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #923B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923B6D is #6DC492. Grayscale: #5A5A5A. Windows color (decimal): -7193747 or 7158674. OLE color: 7158674.
HSL color Cylindrical-coordinate representation of color #923B6D: hue angle of 325.52º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #923B6D is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 59 | 109 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.43 |
| HSL | 325.52º | 0.42% | 0.4% | - |
| HSV(B) | 325.52º | 0.6% | 0.57% | - |
| XYZ | 16.18 | 10.34 | 15.61 | - |
| YUV | 90.71 | 138.32 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 59 | 109 | 0 | 0.60 | 0.25 | 0.43 | 325.52 | 0.42 | 0.4 |
| Hex | 92 | 3B | 6D | 0 | 3C | 19 | 2B | 146 | 2A | 28 |
| Octal | 222 | 73 | 155 | 0 | 74 | 31 | 53 | 506 | 52 | 50 |
| Binary | 10010010 | 111011 | 1101101 | 0 | 111100 | 11001 | 101011 | 101000110 | 101010 | 101000 |
Color Harmonies of #923B6D
Complementary color
Monochromatic Colors of #923B6D
Black with #923B6D
Text Example
Text Example
White with #923B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923B6D; }
p { color: rgb(146,59,109); }
H1.HeaderClassName
{
color: #923B6D;
}
.AnyTagClassName
{
color: #923B6D;
}
</style>
background-color css
<style>
a { background-color: #923B6D; }
a { background-color: rgb(146,59,109); }
div.DivClassName
{
background-color: #923B6D;
}
.BgClassName
{
background-color: #923B6D;
}
</style>
border-color css
<style>
span { border-color: #923B6D; }
span { border-color: rgb(146,59,109); }
td.TdClassName
{
border-color: #923B6D;
}
.TagClassName
{
border-color: #923B6D;
}
</style>