Shades of Cadillac #923F5E
Tints of Cadillac #923F5E
RGB
CMYK
RGB Variations
Color information
#923F5E (or 0x923F5E) is known color: Cadillac. HEX triplet: 92, 3F and 5E. RGB value is (146,63,94). Sum of RGB (Red+Green+Blue) = 146+63+94=303 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.18% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 146 - color contains mainly: red. Hex color #923F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923F5E is #6DC0A1. Grayscale: #5B5B5B. Windows color (decimal): -7192738 or 6176658. OLE color: 6176658.
HSL color Cylindrical-coordinate representation of color #923F5E: hue angle of 337.59º 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 #923F5E is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 63 | 94 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.43 |
| HSL | 337.59º | 0.4% | 0.41% | - |
| HSV(B) | 337.59º | 0.57% | 0.57% | - |
| XYZ | 15.65 | 10.47 | 11.79 | - |
| YUV | 91.35 | 129.5 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 63 | 94 | 0 | 0.57 | 0.36 | 0.43 | 337.59 | 0.4 | 0.41 |
| Hex | 92 | 3F | 5E | 0 | 39 | 24 | 2B | 152 | 28 | 29 |
| Octal | 222 | 77 | 136 | 0 | 71 | 44 | 53 | 522 | 50 | 51 |
| Binary | 10010010 | 111111 | 1011110 | 0 | 111001 | 100100 | 101011 | 101010010 | 101000 | 101001 |
Color Harmonies of #923F5E
Complementary color
Monochromatic Colors of #923F5E
Black with #923F5E
Text Example
Text Example
White with #923F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923F5E; }
p { color: rgb(146,63,94); }
H1.HeaderClassName
{
color: #923F5E;
}
.AnyTagClassName
{
color: #923F5E;
}
</style>
background-color css
<style>
a { background-color: #923F5E; }
a { background-color: rgb(146,63,94); }
div.DivClassName
{
background-color: #923F5E;
}
.BgClassName
{
background-color: #923F5E;
}
</style>
border-color css
<style>
span { border-color: #923F5E; }
span { border-color: rgb(146,63,94); }
td.TdClassName
{
border-color: #923F5E;
}
.TagClassName
{
border-color: #923F5E;
}
</style>