Shades of Cadillac #923E68
Tints of Cadillac #923E68
RGB
CMYK
RGB Variations
Color information
#923E68 (or 0x923E68) is known color: Cadillac. HEX triplet: 92, 3E and 68. RGB value is (146,62,104). Sum of RGB (Red+Green+Blue) = 146+62+104=312 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.79% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 146 - color contains mainly: red. Hex color #923E68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923E68 is #6DC197. Grayscale: #5B5B5B. Windows color (decimal): -7192984 or 6831762. OLE color: 6831762.
HSL color Cylindrical-coordinate representation of color #923E68: hue angle of 330º 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 #923E68 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 62 | 104 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.43 |
| HSL | 330º | 0.4% | 0.41% | - |
| HSV(B) | 330º | 0.58% | 0.57% | - |
| XYZ | 16.08 | 10.56 | 14.29 | - |
| YUV | 91.9 | 134.83 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 62 | 104 | 0 | 0.58 | 0.29 | 0.43 | 330 | 0.4 | 0.41 |
| Hex | 92 | 3E | 68 | 0 | 3A | 1D | 2B | 14A | 28 | 29 |
| Octal | 222 | 76 | 150 | 0 | 72 | 35 | 53 | 512 | 50 | 51 |
| Binary | 10010010 | 111110 | 1101000 | 0 | 111010 | 11101 | 101011 | 101001010 | 101000 | 101001 |
Color Harmonies of #923E68
Complementary color
Monochromatic Colors of #923E68
Black with #923E68
Text Example
Text Example
White with #923E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923E68; }
p { color: rgb(146,62,104); }
H1.HeaderClassName
{
color: #923E68;
}
.AnyTagClassName
{
color: #923E68;
}
</style>
background-color css
<style>
a { background-color: #923E68; }
a { background-color: rgb(146,62,104); }
div.DivClassName
{
background-color: #923E68;
}
.BgClassName
{
background-color: #923E68;
}
</style>
border-color css
<style>
span { border-color: #923E68; }
span { border-color: rgb(146,62,104); }
td.TdClassName
{
border-color: #923E68;
}
.TagClassName
{
border-color: #923E68;
}
</style>