Shades of Cadillac #9B4262
Tints of Cadillac #9B4262
RGB
CMYK
RGB Variations
Color information
#9B4262 (or 0x9B4262) is known color: Cadillac. HEX triplet: 9B, 42 and 62. RGB value is (155,66,98). Sum of RGB (Red+Green+Blue) = 155+66+98=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4262 is #64BD9D. Grayscale: #606060. Windows color (decimal): -6602142 or 6439579. OLE color: 6439579.
HSL color Cylindrical-coordinate representation of color #9B4262: hue angle of 338.43º 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 #9B4262 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 66 | 98 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.39 |
| HSL | 338.43º | 0.4% | 0.43% | - |
| HSV(B) | 338.43º | 0.57% | 0.61% | - |
| XYZ | 17.67 | 11.75 | 12.89 | - |
| YUV | 96.26 | 128.99 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 66 | 98 | 0 | 0.57 | 0.37 | 0.39 | 338.43 | 0.4 | 0.43 |
| Hex | 9B | 42 | 62 | 0 | 39 | 25 | 27 | 152 | 28 | 2B |
| Octal | 233 | 102 | 142 | 0 | 71 | 45 | 47 | 522 | 50 | 53 |
| Binary | 10011011 | 1000010 | 1100010 | 0 | 111001 | 100101 | 100111 | 101010010 | 101000 | 101011 |
Color Harmonies of #9B4262
Complementary color
Monochromatic Colors of #9B4262
Black with #9B4262
Text Example
Text Example
White with #9B4262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4262; }
p { color: rgb(155,66,98); }
H1.HeaderClassName
{
color: #9B4262;
}
.AnyTagClassName
{
color: #9B4262;
}
</style>
background-color css
<style>
a { background-color: #9B4262; }
a { background-color: rgb(155,66,98); }
div.DivClassName
{
background-color: #9B4262;
}
.BgClassName
{
background-color: #9B4262;
}
</style>
border-color css
<style>
span { border-color: #9B4262; }
span { border-color: rgb(155,66,98); }
td.TdClassName
{
border-color: #9B4262;
}
.TagClassName
{
border-color: #9B4262;
}
</style>