Shades of Cadillac #914C5C
Tints of Cadillac #914C5C
RGB
CMYK
RGB Variations
Color information
#914C5C (or 0x914C5C) is known color: Cadillac. HEX triplet: 91, 4C and 5C. RGB value is (145,76,92). Sum of RGB (Red+Green+Blue) = 145+76+92=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #914C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #914C5C is #6EB3A3. Grayscale: #626262. Windows color (decimal): -7254948 or 6048913. OLE color: 6048913.
HSL color Cylindrical-coordinate representation of color #914C5C: hue angle of 346.09º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #914C5C is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 76 | 92 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.43 |
| HSL | 346.09º | 0.31% | 0.43% | - |
| HSV(B) | 346.09º | 0.48% | 0.57% | - |
| XYZ | 16.19 | 11.96 | 11.58 | - |
| YUV | 98.46 | 124.36 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 76 | 92 | 0 | 0.48 | 0.37 | 0.43 | 346.09 | 0.31 | 0.43 |
| Hex | 91 | 4C | 5C | 0 | 30 | 25 | 2B | 15A | 1F | 2B |
| Octal | 221 | 114 | 134 | 0 | 60 | 45 | 53 | 532 | 37 | 53 |
| Binary | 10010001 | 1001100 | 1011100 | 0 | 110000 | 100101 | 101011 | 101011010 | 11111 | 101011 |
Color Harmonies of #914C5C
Complementary color
Monochromatic Colors of #914C5C
Black with #914C5C
Text Example
Text Example
White with #914C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914C5C; }
p { color: rgb(145,76,92); }
H1.HeaderClassName
{
color: #914C5C;
}
.AnyTagClassName
{
color: #914C5C;
}
</style>
background-color css
<style>
a { background-color: #914C5C; }
a { background-color: rgb(145,76,92); }
div.DivClassName
{
background-color: #914C5C;
}
.BgClassName
{
background-color: #914C5C;
}
</style>
border-color css
<style>
span { border-color: #914C5C; }
span { border-color: rgb(145,76,92); }
td.TdClassName
{
border-color: #914C5C;
}
.TagClassName
{
border-color: #914C5C;
}
</style>