Shades of Cadillac #914268
Tints of Cadillac #914268
RGB
CMYK
RGB Variations
Color information
#914268 (or 0x914268) is known color: Cadillac. HEX triplet: 91, 42 and 68. RGB value is (145,66,104). Sum of RGB (Red+Green+Blue) = 145+66+104=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #914268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914268 is #6EBD97. Grayscale: #5D5D5D. Windows color (decimal): -7257496 or 6832785. OLE color: 6832785.
HSL color Cylindrical-coordinate representation of color #914268: hue angle of 331.14º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #914268 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 66 | 104 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.43 |
| HSL | 331.14º | 0.37% | 0.41% | - |
| HSV(B) | 331.14º | 0.54% | 0.57% | - |
| XYZ | 16.12 | 10.92 | 14.35 | - |
| YUV | 93.95 | 133.67 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 66 | 104 | 0 | 0.54 | 0.28 | 0.43 | 331.14 | 0.37 | 0.41 |
| Hex | 91 | 42 | 68 | 0 | 36 | 1C | 2B | 14B | 25 | 29 |
| Octal | 221 | 102 | 150 | 0 | 66 | 34 | 53 | 513 | 45 | 51 |
| Binary | 10010001 | 1000010 | 1101000 | 0 | 110110 | 11100 | 101011 | 101001011 | 100101 | 101001 |
Color Harmonies of #914268
Complementary color
Monochromatic Colors of #914268
Black with #914268
Text Example
Text Example
White with #914268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914268; }
p { color: rgb(145,66,104); }
H1.HeaderClassName
{
color: #914268;
}
.AnyTagClassName
{
color: #914268;
}
</style>
background-color css
<style>
a { background-color: #914268; }
a { background-color: rgb(145,66,104); }
div.DivClassName
{
background-color: #914268;
}
.BgClassName
{
background-color: #914268;
}
</style>
border-color css
<style>
span { border-color: #914268; }
span { border-color: rgb(145,66,104); }
td.TdClassName
{
border-color: #914268;
}
.TagClassName
{
border-color: #914268;
}
</style>