Shades of Cadillac #923F5D
Tints of Cadillac #923F5D
RGB
CMYK
RGB Variations
Color information
#923F5D (or 0x923F5D) is known color: Cadillac. HEX triplet: 92, 3F and 5D. RGB value is (146,63,93). Sum of RGB (Red+Green+Blue) = 146+63+93=302 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.34% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 146 - color contains mainly: red. Hex color #923F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923F5D is #6DC0A2. Grayscale: #5B5B5B. Windows color (decimal): -7192739 or 6111122. OLE color: 6111122.
HSL color Cylindrical-coordinate representation of color #923F5D: hue angle of 338.31º 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 #923F5D is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 63 | 93 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.43 |
| HSL | 338.31º | 0.4% | 0.41% | - |
| HSV(B) | 338.31º | 0.57% | 0.57% | - |
| XYZ | 15.61 | 10.46 | 11.55 | - |
| YUV | 91.24 | 129 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 63 | 93 | 0 | 0.57 | 0.36 | 0.43 | 338.31 | 0.4 | 0.41 |
| Hex | 92 | 3F | 5D | 0 | 39 | 24 | 2B | 152 | 28 | 29 |
| Octal | 222 | 77 | 135 | 0 | 71 | 44 | 53 | 522 | 50 | 51 |
| Binary | 10010010 | 111111 | 1011101 | 0 | 111001 | 100100 | 101011 | 101010010 | 101000 | 101001 |
Color Harmonies of #923F5D
Complementary color
Monochromatic Colors of #923F5D
Black with #923F5D
Text Example
Text Example
White with #923F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923F5D; }
p { color: rgb(146,63,93); }
H1.HeaderClassName
{
color: #923F5D;
}
.AnyTagClassName
{
color: #923F5D;
}
</style>
background-color css
<style>
a { background-color: #923F5D; }
a { background-color: rgb(146,63,93); }
div.DivClassName
{
background-color: #923F5D;
}
.BgClassName
{
background-color: #923F5D;
}
</style>
border-color css
<style>
span { border-color: #923F5D; }
span { border-color: rgb(146,63,93); }
td.TdClassName
{
border-color: #923F5D;
}
.TagClassName
{
border-color: #923F5D;
}
</style>