Shades of Cadillac #923E66
Tints of Cadillac #923E66
RGB
CMYK
RGB Variations
Color information
#923E66 (or 0x923E66) is known color: Cadillac. HEX triplet: 92, 3E and 66. RGB value is (146,62,102). Sum of RGB (Red+Green+Blue) = 146+62+102=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 146 - color contains mainly: red. Hex color #923E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923E66 is #6DC199. Grayscale: #5B5B5B. Windows color (decimal): -7192986 or 6700690. OLE color: 6700690.
HSL color Cylindrical-coordinate representation of color #923E66: hue angle of 331.43º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #923E66 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 62 | 102 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.43 |
| HSL | 331.43º | 0.4% | 0.41% | - |
| HSV(B) | 331.43º | 0.58% | 0.57% | - |
| XYZ | 15.97 | 10.52 | 13.76 | - |
| YUV | 91.68 | 133.83 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 62 | 102 | 0 | 0.58 | 0.30 | 0.43 | 331.43 | 0.4 | 0.41 |
| Hex | 92 | 3E | 66 | 0 | 3A | 1E | 2B | 14B | 28 | 29 |
| Octal | 222 | 76 | 146 | 0 | 72 | 36 | 53 | 513 | 50 | 51 |
| Binary | 10010010 | 111110 | 1100110 | 0 | 111010 | 11110 | 101011 | 101001011 | 101000 | 101001 |
Color Harmonies of #923E66
Complementary color
Monochromatic Colors of #923E66
Black with #923E66
Text Example
Text Example
White with #923E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923E66; }
p { color: rgb(146,62,102); }
H1.HeaderClassName
{
color: #923E66;
}
.AnyTagClassName
{
color: #923E66;
}
</style>
background-color css
<style>
a { background-color: #923E66; }
a { background-color: rgb(146,62,102); }
div.DivClassName
{
background-color: #923E66;
}
.BgClassName
{
background-color: #923E66;
}
</style>
border-color css
<style>
span { border-color: #923E66; }
span { border-color: rgb(146,62,102); }
td.TdClassName
{
border-color: #923E66;
}
.TagClassName
{
border-color: #923E66;
}
</style>