Shades of Cadillac #94485A
Tints of Cadillac #94485A
RGB
CMYK
RGB Variations
Color information
#94485A (or 0x94485A) is known color: Cadillac. HEX triplet: 94, 48 and 5A. RGB value is (148,72,90). Sum of RGB (Red+Green+Blue) = 148+72+90=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #94485A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94485A is #6BB7A5. Grayscale: #606060. Windows color (decimal): -7059366 or 5916820. OLE color: 5916820.
HSL color Cylindrical-coordinate representation of color #94485A: hue angle of 345.79º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94485A is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 72 | 90 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.42 |
| HSL | 345.79º | 0.35% | 0.43% | - |
| HSV(B) | 345.79º | 0.51% | 0.58% | - |
| XYZ | 16.38 | 11.67 | 11.06 | - |
| YUV | 96.78 | 124.18 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 72 | 90 | 0 | 0.51 | 0.39 | 0.42 | 345.79 | 0.35 | 0.43 |
| Hex | 94 | 48 | 5A | 0 | 33 | 27 | 2A | 15A | 23 | 2B |
| Octal | 224 | 110 | 132 | 0 | 63 | 47 | 52 | 532 | 43 | 53 |
| Binary | 10010100 | 1001000 | 1011010 | 0 | 110011 | 100111 | 101010 | 101011010 | 100011 | 101011 |
Color Harmonies of #94485A
Complementary color
Monochromatic Colors of #94485A
Black with #94485A
Text Example
Text Example
White with #94485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94485A; }
p { color: rgb(148,72,90); }
H1.HeaderClassName
{
color: #94485A;
}
.AnyTagClassName
{
color: #94485A;
}
</style>
background-color css
<style>
a { background-color: #94485A; }
a { background-color: rgb(148,72,90); }
div.DivClassName
{
background-color: #94485A;
}
.BgClassName
{
background-color: #94485A;
}
</style>
border-color css
<style>
span { border-color: #94485A; }
span { border-color: rgb(148,72,90); }
td.TdClassName
{
border-color: #94485A;
}
.TagClassName
{
border-color: #94485A;
}
</style>