Shades of Cadillac #923F70
Tints of Cadillac #923F70
RGB
CMYK
RGB Variations
Color information
#923F70 (or 0x923F70) is known color: Cadillac. HEX triplet: 92, 3F and 70. RGB value is (146,63,112). Sum of RGB (Red+Green+Blue) = 146+63+112=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 146 - color contains mainly: red. Hex color #923F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923F70 is #6DC08F. Grayscale: #5D5D5D. Windows color (decimal): -7192720 or 7356306. OLE color: 7356306.
HSL color Cylindrical-coordinate representation of color #923F70: hue angle of 324.58º 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 #923F70 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 63 | 112 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.43 |
| HSL | 324.58º | 0.4% | 0.41% | - |
| HSV(B) | 324.58º | 0.57% | 0.57% | - |
| XYZ | 16.56 | 10.84 | 16.55 | - |
| YUV | 93.4 | 138.5 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 63 | 112 | 0 | 0.57 | 0.23 | 0.43 | 324.58 | 0.4 | 0.41 |
| Hex | 92 | 3F | 70 | 0 | 39 | 17 | 2B | 145 | 28 | 29 |
| Octal | 222 | 77 | 160 | 0 | 71 | 27 | 53 | 505 | 50 | 51 |
| Binary | 10010010 | 111111 | 1110000 | 0 | 111001 | 10111 | 101011 | 101000101 | 101000 | 101001 |
Color Harmonies of #923F70
Complementary color
Monochromatic Colors of #923F70
Black with #923F70
Text Example
Text Example
White with #923F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923F70; }
p { color: rgb(146,63,112); }
H1.HeaderClassName
{
color: #923F70;
}
.AnyTagClassName
{
color: #923F70;
}
</style>
background-color css
<style>
a { background-color: #923F70; }
a { background-color: rgb(146,63,112); }
div.DivClassName
{
background-color: #923F70;
}
.BgClassName
{
background-color: #923F70;
}
</style>
border-color css
<style>
span { border-color: #923F70; }
span { border-color: rgb(146,63,112); }
td.TdClassName
{
border-color: #923F70;
}
.TagClassName
{
border-color: #923F70;
}
</style>