Shades of Cadillac #923F6E
Tints of Cadillac #923F6E
RGB
CMYK
RGB Variations
Color information
#923F6E (or 0x923F6E) is known color: Cadillac. HEX triplet: 92, 3F and 6E. RGB value is (146,63,110). Sum of RGB (Red+Green+Blue) = 146+63+110=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 146 - color contains mainly: red. Hex color #923F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923F6E is #6DC091. Grayscale: #5D5D5D. Windows color (decimal): -7192722 or 7225234. OLE color: 7225234.
HSL color Cylindrical-coordinate representation of color #923F6E: hue angle of 326.02º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #923F6E is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 63 | 110 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.43 |
| HSL | 326.02º | 0.4% | 0.41% | - |
| HSV(B) | 326.02º | 0.57% | 0.57% | - |
| XYZ | 16.45 | 10.79 | 15.97 | - |
| YUV | 93.18 | 137.5 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 63 | 110 | 0 | 0.57 | 0.25 | 0.43 | 326.02 | 0.4 | 0.41 |
| Hex | 92 | 3F | 6E | 0 | 39 | 19 | 2B | 146 | 28 | 29 |
| Octal | 222 | 77 | 156 | 0 | 71 | 31 | 53 | 506 | 50 | 51 |
| Binary | 10010010 | 111111 | 1101110 | 0 | 111001 | 11001 | 101011 | 101000110 | 101000 | 101001 |
Color Harmonies of #923F6E
Complementary color
Monochromatic Colors of #923F6E
Black with #923F6E
Text Example
Text Example
White with #923F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923F6E; }
p { color: rgb(146,63,110); }
H1.HeaderClassName
{
color: #923F6E;
}
.AnyTagClassName
{
color: #923F6E;
}
</style>
background-color css
<style>
a { background-color: #923F6E; }
a { background-color: rgb(146,63,110); }
div.DivClassName
{
background-color: #923F6E;
}
.BgClassName
{
background-color: #923F6E;
}
</style>
border-color css
<style>
span { border-color: #923F6E; }
span { border-color: rgb(146,63,110); }
td.TdClassName
{
border-color: #923F6E;
}
.TagClassName
{
border-color: #923F6E;
}
</style>