Shades of Cadillac #9B426C
Tints of Cadillac #9B426C
RGB
CMYK
RGB Variations
Color information
#9B426C (or 0x9B426C) is known color: Cadillac. HEX triplet: 9B, 42 and 6C. RGB value is (155,66,108). Sum of RGB (Red+Green+Blue) = 155+66+108=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B426C is #64BD93. Grayscale: #616161. Windows color (decimal): -6602132 or 7094939. OLE color: 7094939.
HSL color Cylindrical-coordinate representation of color #9B426C: hue angle of 331.69º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B426C is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 66 | 108 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.39 |
| HSL | 331.69º | 0.4% | 0.43% | - |
| HSV(B) | 331.69º | 0.57% | 0.61% | - |
| XYZ | 18.17 | 11.95 | 15.54 | - |
| YUV | 97.4 | 133.99 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 66 | 108 | 0 | 0.57 | 0.30 | 0.39 | 331.69 | 0.4 | 0.43 |
| Hex | 9B | 42 | 6C | 0 | 39 | 1E | 27 | 14C | 28 | 2B |
| Octal | 233 | 102 | 154 | 0 | 71 | 36 | 47 | 514 | 50 | 53 |
| Binary | 10011011 | 1000010 | 1101100 | 0 | 111001 | 11110 | 100111 | 101001100 | 101000 | 101011 |
Color Harmonies of #9B426C
Complementary color
Monochromatic Colors of #9B426C
Black with #9B426C
Text Example
Text Example
White with #9B426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B426C; }
p { color: rgb(155,66,108); }
H1.HeaderClassName
{
color: #9B426C;
}
.AnyTagClassName
{
color: #9B426C;
}
</style>
background-color css
<style>
a { background-color: #9B426C; }
a { background-color: rgb(155,66,108); }
div.DivClassName
{
background-color: #9B426C;
}
.BgClassName
{
background-color: #9B426C;
}
</style>
border-color css
<style>
span { border-color: #9B426C; }
span { border-color: rgb(155,66,108); }
td.TdClassName
{
border-color: #9B426C;
}
.TagClassName
{
border-color: #9B426C;
}
</style>