Shades of Cadillac #914661
Tints of Cadillac #914661
RGB
CMYK
RGB Variations
Color information
#914661 (or 0x914661) is known color: Cadillac. HEX triplet: 91, 46 and 61. RGB value is (145,70,97). Sum of RGB (Red+Green+Blue) = 145+70+97=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #914661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914661 is #6EB99E. Grayscale: #5F5F5F. Windows color (decimal): -7256479 or 6375057. OLE color: 6375057.
HSL color Cylindrical-coordinate representation of color #914661: hue angle of 338.4º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #914661 is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 70 | 97 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.43 |
| HSL | 338.4º | 0.35% | 0.42% | - |
| HSV(B) | 338.4º | 0.52% | 0.57% | - |
| XYZ | 16.02 | 11.26 | 12.64 | - |
| YUV | 95.5 | 128.85 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 70 | 97 | 0 | 0.52 | 0.33 | 0.43 | 338.4 | 0.35 | 0.42 |
| Hex | 91 | 46 | 61 | 0 | 34 | 21 | 2B | 152 | 23 | 2A |
| Octal | 221 | 106 | 141 | 0 | 64 | 41 | 53 | 522 | 43 | 52 |
| Binary | 10010001 | 1000110 | 1100001 | 0 | 110100 | 100001 | 101011 | 101010010 | 100011 | 101010 |
Color Harmonies of #914661
Complementary color
Monochromatic Colors of #914661
Black with #914661
Text Example
Text Example
White with #914661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914661; }
p { color: rgb(145,70,97); }
H1.HeaderClassName
{
color: #914661;
}
.AnyTagClassName
{
color: #914661;
}
</style>
background-color css
<style>
a { background-color: #914661; }
a { background-color: rgb(145,70,97); }
div.DivClassName
{
background-color: #914661;
}
.BgClassName
{
background-color: #914661;
}
</style>
border-color css
<style>
span { border-color: #914661; }
span { border-color: rgb(145,70,97); }
td.TdClassName
{
border-color: #914661;
}
.TagClassName
{
border-color: #914661;
}
</style>