Shades of Cadillac #944375
Tints of Cadillac #944375
RGB
CMYK
RGB Variations
Color information
#944375 (or 0x944375) is known color: Cadillac. HEX triplet: 94, 43 and 75. RGB value is (148,67,117). Sum of RGB (Red+Green+Blue) = 148+67+117=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #944375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944375 is #6BBC8A. Grayscale: #606060. Windows color (decimal): -7060619 or 7685012. OLE color: 7685012.
HSL color Cylindrical-coordinate representation of color #944375: hue angle of 322.96º 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 #944375 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 67 | 117 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.42 |
| HSL | 322.96º | 0.38% | 0.42% | - |
| HSV(B) | 322.96º | 0.55% | 0.58% | - |
| XYZ | 17.43 | 11.59 | 18.15 | - |
| YUV | 96.92 | 139.34 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 67 | 117 | 0 | 0.55 | 0.21 | 0.42 | 322.96 | 0.38 | 0.42 |
| Hex | 94 | 43 | 75 | 0 | 37 | 15 | 2A | 143 | 26 | 2A |
| Octal | 224 | 103 | 165 | 0 | 67 | 25 | 52 | 503 | 46 | 52 |
| Binary | 10010100 | 1000011 | 1110101 | 0 | 110111 | 10101 | 101010 | 101000011 | 100110 | 101010 |
Color Harmonies of #944375
Complementary color
Monochromatic Colors of #944375
Black with #944375
Text Example
Text Example
White with #944375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944375; }
p { color: rgb(148,67,117); }
H1.HeaderClassName
{
color: #944375;
}
.AnyTagClassName
{
color: #944375;
}
</style>
background-color css
<style>
a { background-color: #944375; }
a { background-color: rgb(148,67,117); }
div.DivClassName
{
background-color: #944375;
}
.BgClassName
{
background-color: #944375;
}
</style>
border-color css
<style>
span { border-color: #944375; }
span { border-color: rgb(148,67,117); }
td.TdClassName
{
border-color: #944375;
}
.TagClassName
{
border-color: #944375;
}
</style>