Shades of Cadillac #9A4368
Tints of Cadillac #9A4368
RGB
CMYK
RGB Variations
Color information
#9A4368 (or 0x9A4368) is known color: Cadillac. HEX triplet: 9A, 43 and 68. RGB value is (154,67,104). Sum of RGB (Red+Green+Blue) = 154+67+104=325 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.38% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4368 is #65BC97. Grayscale: #616161. Windows color (decimal): -6667416 or 6833050. OLE color: 6833050.
HSL color Cylindrical-coordinate representation of color #9A4368: hue angle of 334.48º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A4368 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 67 | 104 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.40 |
| HSL | 334.48º | 0.39% | 0.43% | - |
| HSV(B) | 334.48º | 0.56% | 0.6% | - |
| XYZ | 17.83 | 11.88 | 14.45 | - |
| YUV | 97.23 | 131.82 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 67 | 104 | 0 | 0.56 | 0.32 | 0.40 | 334.48 | 0.39 | 0.43 |
| Hex | 9A | 43 | 68 | 0 | 38 | 20 | 28 | 14E | 27 | 2B |
| Octal | 232 | 103 | 150 | 0 | 70 | 40 | 50 | 516 | 47 | 53 |
| Binary | 10011010 | 1000011 | 1101000 | 0 | 111000 | 100000 | 101000 | 101001110 | 100111 | 101011 |
Color Harmonies of #9A4368
Complementary color
Monochromatic Colors of #9A4368
Black with #9A4368
Text Example
Text Example
White with #9A4368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4368; }
p { color: rgb(154,67,104); }
H1.HeaderClassName
{
color: #9A4368;
}
.AnyTagClassName
{
color: #9A4368;
}
</style>
background-color css
<style>
a { background-color: #9A4368; }
a { background-color: rgb(154,67,104); }
div.DivClassName
{
background-color: #9A4368;
}
.BgClassName
{
background-color: #9A4368;
}
</style>
border-color css
<style>
span { border-color: #9A4368; }
span { border-color: rgb(154,67,104); }
td.TdClassName
{
border-color: #9A4368;
}
.TagClassName
{
border-color: #9A4368;
}
</style>