Shades of Cadillac #914766
Tints of Cadillac #914766
RGB
CMYK
RGB Variations
Color information
#914766 (or 0x914766) is known color: Cadillac. HEX triplet: 91, 47 and 66. RGB value is (145,71,102). Sum of RGB (Red+Green+Blue) = 145+71+102=318 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.60% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 145 - color contains mainly: red. Hex color #914766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914766 is #6EB899. Grayscale: #606060. Windows color (decimal): -7256218 or 6702993. OLE color: 6702993.
HSL color Cylindrical-coordinate representation of color #914766: hue angle of 334.86º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #914766 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 71 | 102 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.43 |
| HSL | 334.86º | 0.34% | 0.42% | - |
| HSV(B) | 334.86º | 0.51% | 0.57% | - |
| XYZ | 16.33 | 11.49 | 13.93 | - |
| YUV | 96.66 | 131.02 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 71 | 102 | 0 | 0.51 | 0.30 | 0.43 | 334.86 | 0.34 | 0.42 |
| Hex | 91 | 47 | 66 | 0 | 33 | 1E | 2B | 14F | 22 | 2A |
| Octal | 221 | 107 | 146 | 0 | 63 | 36 | 53 | 517 | 42 | 52 |
| Binary | 10010001 | 1000111 | 1100110 | 0 | 110011 | 11110 | 101011 | 101001111 | 100010 | 101010 |
Color Harmonies of #914766
Complementary color
Monochromatic Colors of #914766
Black with #914766
Text Example
Text Example
White with #914766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914766; }
p { color: rgb(145,71,102); }
H1.HeaderClassName
{
color: #914766;
}
.AnyTagClassName
{
color: #914766;
}
</style>
background-color css
<style>
a { background-color: #914766; }
a { background-color: rgb(145,71,102); }
div.DivClassName
{
background-color: #914766;
}
.BgClassName
{
background-color: #914766;
}
</style>
border-color css
<style>
span { border-color: #914766; }
span { border-color: rgb(145,71,102); }
td.TdClassName
{
border-color: #914766;
}
.TagClassName
{
border-color: #914766;
}
</style>