Shades of Cadillac #944367
Tints of Cadillac #944367
RGB
CMYK
RGB Variations
Color information
#944367 (or 0x944367) is known color: Cadillac. HEX triplet: 94, 43 and 67. RGB value is (148,67,103). Sum of RGB (Red+Green+Blue) = 148+67+103=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #944367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944367 is #6BBC98. Grayscale: #5F5F5F. Windows color (decimal): -7060633 or 6767508. OLE color: 6767508.
HSL color Cylindrical-coordinate representation of color #944367: hue angle of 333.33º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #944367 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 67 | 103 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.42 |
| HSL | 333.33º | 0.38% | 0.42% | - |
| HSV(B) | 333.33º | 0.55% | 0.58% | - |
| XYZ | 16.67 | 11.29 | 14.13 | - |
| YUV | 95.32 | 132.34 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 67 | 103 | 0 | 0.55 | 0.30 | 0.42 | 333.33 | 0.38 | 0.42 |
| Hex | 94 | 43 | 67 | 0 | 37 | 1E | 2A | 14D | 26 | 2A |
| Octal | 224 | 103 | 147 | 0 | 67 | 36 | 52 | 515 | 46 | 52 |
| Binary | 10010100 | 1000011 | 1100111 | 0 | 110111 | 11110 | 101010 | 101001101 | 100110 | 101010 |
Color Harmonies of #944367
Complementary color
Monochromatic Colors of #944367
Black with #944367
Text Example
Text Example
White with #944367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944367; }
p { color: rgb(148,67,103); }
H1.HeaderClassName
{
color: #944367;
}
.AnyTagClassName
{
color: #944367;
}
</style>
background-color css
<style>
a { background-color: #944367; }
a { background-color: rgb(148,67,103); }
div.DivClassName
{
background-color: #944367;
}
.BgClassName
{
background-color: #944367;
}
</style>
border-color css
<style>
span { border-color: #944367; }
span { border-color: rgb(148,67,103); }
td.TdClassName
{
border-color: #944367;
}
.TagClassName
{
border-color: #944367;
}
</style>