Shades of Cadillac #924270
Tints of Cadillac #924270
RGB
CMYK
RGB Variations
Color information
#924270 (or 0x924270) is known color: Cadillac. HEX triplet: 92, 42 and 70. RGB value is (146,66,112). Sum of RGB (Red+Green+Blue) = 146+66+112=324 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.06% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 146 - color contains mainly: red. Hex color #924270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924270 is #6DBD8F. Grayscale: #5F5F5F. Windows color (decimal): -7191952 or 7357074. OLE color: 7357074.
HSL color Cylindrical-coordinate representation of color #924270: hue angle of 325.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #924270 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 66 | 112 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.43 |
| HSL | 325.5º | 0.38% | 0.42% | - |
| HSV(B) | 325.5º | 0.55% | 0.57% | - |
| XYZ | 16.73 | 11.18 | 16.61 | - |
| YUV | 95.16 | 137.5 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 66 | 112 | 0 | 0.55 | 0.23 | 0.43 | 325.5 | 0.38 | 0.42 |
| Hex | 92 | 42 | 70 | 0 | 37 | 17 | 2B | 146 | 26 | 2A |
| Octal | 222 | 102 | 160 | 0 | 67 | 27 | 53 | 506 | 46 | 52 |
| Binary | 10010010 | 1000010 | 1110000 | 0 | 110111 | 10111 | 101011 | 101000110 | 100110 | 101010 |
Color Harmonies of #924270
Complementary color
Monochromatic Colors of #924270
Black with #924270
Text Example
Text Example
White with #924270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924270; }
p { color: rgb(146,66,112); }
H1.HeaderClassName
{
color: #924270;
}
.AnyTagClassName
{
color: #924270;
}
</style>
background-color css
<style>
a { background-color: #924270; }
a { background-color: rgb(146,66,112); }
div.DivClassName
{
background-color: #924270;
}
.BgClassName
{
background-color: #924270;
}
</style>
border-color css
<style>
span { border-color: #924270; }
span { border-color: rgb(146,66,112); }
td.TdClassName
{
border-color: #924270;
}
.TagClassName
{
border-color: #924270;
}
</style>