Shades of Cadillac #923C6D
Tints of Cadillac #923C6D
RGB
CMYK
RGB Variations
Color information
#923C6D (or 0x923C6D) is known color: Cadillac. HEX triplet: 92, 3C and 6D. RGB value is (146,60,109). Sum of RGB (Red+Green+Blue) = 146+60+109=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #923C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #923C6D is #6DC392. Grayscale: #5B5B5B. Windows color (decimal): -7193491 or 7158930. OLE color: 7158930.
HSL color Cylindrical-coordinate representation of color #923C6D: hue angle of 325.81º 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 #923C6D is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 60 | 109 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.43 |
| HSL | 325.81º | 0.42% | 0.4% | - |
| HSV(B) | 325.81º | 0.59% | 0.57% | - |
| XYZ | 16.23 | 10.45 | 15.63 | - |
| YUV | 91.3 | 137.99 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 60 | 109 | 0 | 0.59 | 0.25 | 0.43 | 325.81 | 0.42 | 0.4 |
| Hex | 92 | 3C | 6D | 0 | 3B | 19 | 2B | 146 | 2A | 28 |
| Octal | 222 | 74 | 155 | 0 | 73 | 31 | 53 | 506 | 52 | 50 |
| Binary | 10010010 | 111100 | 1101101 | 0 | 111011 | 11001 | 101011 | 101000110 | 101010 | 101000 |
Color Harmonies of #923C6D
Complementary color
Monochromatic Colors of #923C6D
Black with #923C6D
Text Example
Text Example
White with #923C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923C6D; }
p { color: rgb(146,60,109); }
H1.HeaderClassName
{
color: #923C6D;
}
.AnyTagClassName
{
color: #923C6D;
}
</style>
background-color css
<style>
a { background-color: #923C6D; }
a { background-color: rgb(146,60,109); }
div.DivClassName
{
background-color: #923C6D;
}
.BgClassName
{
background-color: #923C6D;
}
</style>
border-color css
<style>
span { border-color: #923C6D; }
span { border-color: rgb(146,60,109); }
td.TdClassName
{
border-color: #923C6D;
}
.TagClassName
{
border-color: #923C6D;
}
</style>