Shades of Cadillac #923E6F
Tints of Cadillac #923E6F
RGB
CMYK
RGB Variations
Color information
#923E6F (or 0x923E6F) is known color: Cadillac. HEX triplet: 92, 3E and 6F. RGB value is (146,62,111). Sum of RGB (Red+Green+Blue) = 146+62+111=319 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.77% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 146 - color contains mainly: red. Hex color #923E6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923E6F is #6DC190. Grayscale: #5C5C5C. Windows color (decimal): -7192977 or 7290514. OLE color: 7290514.
HSL color Cylindrical-coordinate representation of color #923E6F: hue angle of 325º 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 #923E6F is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 62 | 111 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.43 |
| HSL | 325º | 0.4% | 0.41% | - |
| HSV(B) | 325º | 0.58% | 0.57% | - |
| XYZ | 16.45 | 10.7 | 16.24 | - |
| YUV | 92.7 | 138.33 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 62 | 111 | 0 | 0.58 | 0.24 | 0.43 | 325 | 0.4 | 0.41 |
| Hex | 92 | 3E | 6F | 0 | 3A | 18 | 2B | 145 | 28 | 29 |
| Octal | 222 | 76 | 157 | 0 | 72 | 30 | 53 | 505 | 50 | 51 |
| Binary | 10010010 | 111110 | 1101111 | 0 | 111010 | 11000 | 101011 | 101000101 | 101000 | 101001 |
Color Harmonies of #923E6F
Complementary color
Monochromatic Colors of #923E6F
Black with #923E6F
Text Example
Text Example
White with #923E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923E6F; }
p { color: rgb(146,62,111); }
H1.HeaderClassName
{
color: #923E6F;
}
.AnyTagClassName
{
color: #923E6F;
}
</style>
background-color css
<style>
a { background-color: #923E6F; }
a { background-color: rgb(146,62,111); }
div.DivClassName
{
background-color: #923E6F;
}
.BgClassName
{
background-color: #923E6F;
}
</style>
border-color css
<style>
span { border-color: #923E6F; }
span { border-color: rgb(146,62,111); }
td.TdClassName
{
border-color: #923E6F;
}
.TagClassName
{
border-color: #923E6F;
}
</style>