Shades of Cadillac #923F58
Tints of Cadillac #923F58
RGB
CMYK
RGB Variations
Color information
#923F58 (or 0x923F58) is known color: Cadillac. HEX triplet: 92, 3F and 58. RGB value is (146,63,88). Sum of RGB (Red+Green+Blue) = 146+63+88=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #923F58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923F58 is #6DC0A7. Grayscale: #5A5A5A. Windows color (decimal): -7192744 or 5783442. OLE color: 5783442.
HSL color Cylindrical-coordinate representation of color #923F58: hue angle of 341.93º 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 #923F58 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 63 | 88 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.43 |
| HSL | 341.93º | 0.4% | 0.41% | - |
| HSV(B) | 341.93º | 0.57% | 0.57% | - |
| XYZ | 15.39 | 10.37 | 10.42 | - |
| YUV | 90.67 | 126.5 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 63 | 88 | 0 | 0.57 | 0.40 | 0.43 | 341.93 | 0.4 | 0.41 |
| Hex | 92 | 3F | 58 | 0 | 39 | 28 | 2B | 156 | 28 | 29 |
| Octal | 222 | 77 | 130 | 0 | 71 | 50 | 53 | 526 | 50 | 51 |
| Binary | 10010010 | 111111 | 1011000 | 0 | 111001 | 101000 | 101011 | 101010110 | 101000 | 101001 |
Color Harmonies of #923F58
Complementary color
Monochromatic Colors of #923F58
Black with #923F58
Text Example
Text Example
White with #923F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923F58; }
p { color: rgb(146,63,88); }
H1.HeaderClassName
{
color: #923F58;
}
.AnyTagClassName
{
color: #923F58;
}
</style>
background-color css
<style>
a { background-color: #923F58; }
a { background-color: rgb(146,63,88); }
div.DivClassName
{
background-color: #923F58;
}
.BgClassName
{
background-color: #923F58;
}
</style>
border-color css
<style>
span { border-color: #923F58; }
span { border-color: rgb(146,63,88); }
td.TdClassName
{
border-color: #923F58;
}
.TagClassName
{
border-color: #923F58;
}
</style>