Shades of Cadillac #923C67
Tints of Cadillac #923C67
RGB
CMYK
RGB Variations
Color information
#923C67 (or 0x923C67) is known color: Cadillac. HEX triplet: 92, 3C and 67. RGB value is (146,60,103). Sum of RGB (Red+Green+Blue) = 146+60+103=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #923C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923C67 is #6DC398. Grayscale: #5A5A5A. Windows color (decimal): -7193497 or 6765714. OLE color: 6765714.
HSL color Cylindrical-coordinate representation of color #923C67: hue angle of 330º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #923C67 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 60 | 103 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.43 |
| HSL | 330º | 0.42% | 0.4% | - |
| HSV(B) | 330º | 0.59% | 0.57% | - |
| XYZ | 15.92 | 10.32 | 13.99 | - |
| YUV | 90.62 | 134.99 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 60 | 103 | 0 | 0.59 | 0.29 | 0.43 | 330 | 0.42 | 0.4 |
| Hex | 92 | 3C | 67 | 0 | 3B | 1D | 2B | 14A | 2A | 28 |
| Octal | 222 | 74 | 147 | 0 | 73 | 35 | 53 | 512 | 52 | 50 |
| Binary | 10010010 | 111100 | 1100111 | 0 | 111011 | 11101 | 101011 | 101001010 | 101010 | 101000 |
Color Harmonies of #923C67
Complementary color
Monochromatic Colors of #923C67
Black with #923C67
Text Example
Text Example
White with #923C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923C67; }
p { color: rgb(146,60,103); }
H1.HeaderClassName
{
color: #923C67;
}
.AnyTagClassName
{
color: #923C67;
}
</style>
background-color css
<style>
a { background-color: #923C67; }
a { background-color: rgb(146,60,103); }
div.DivClassName
{
background-color: #923C67;
}
.BgClassName
{
background-color: #923C67;
}
</style>
border-color css
<style>
span { border-color: #923C67; }
span { border-color: rgb(146,60,103); }
td.TdClassName
{
border-color: #923C67;
}
.TagClassName
{
border-color: #923C67;
}
</style>