Shades of Cadillac #97426B
Tints of Cadillac #97426B
RGB
CMYK
RGB Variations
Color information
#97426B (or 0x97426B) is known color: Cadillac. HEX triplet: 97, 42 and 6B. RGB value is (151,66,107). Sum of RGB (Red+Green+Blue) = 151+66+107=324 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.60% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 151 - color contains mainly: red. Hex color #97426B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97426B is #68BD94. Grayscale: #606060. Windows color (decimal): -6864277 or 7029399. OLE color: 7029399.
HSL color Cylindrical-coordinate representation of color #97426B: hue angle of 331.06º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #97426B is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 66 | 107 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.41 |
| HSL | 331.06º | 0.39% | 0.43% | - |
| HSV(B) | 331.06º | 0.56% | 0.59% | - |
| XYZ | 17.36 | 11.54 | 15.22 | - |
| YUV | 96.09 | 134.16 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 66 | 107 | 0 | 0.56 | 0.29 | 0.41 | 331.06 | 0.39 | 0.43 |
| Hex | 97 | 42 | 6B | 0 | 38 | 1D | 29 | 14B | 27 | 2B |
| Octal | 227 | 102 | 153 | 0 | 70 | 35 | 51 | 513 | 47 | 53 |
| Binary | 10010111 | 1000010 | 1101011 | 0 | 111000 | 11101 | 101001 | 101001011 | 100111 | 101011 |
Color Harmonies of #97426B
Complementary color
Monochromatic Colors of #97426B
Black with #97426B
Text Example
Text Example
White with #97426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97426B; }
p { color: rgb(151,66,107); }
H1.HeaderClassName
{
color: #97426B;
}
.AnyTagClassName
{
color: #97426B;
}
</style>
background-color css
<style>
a { background-color: #97426B; }
a { background-color: rgb(151,66,107); }
div.DivClassName
{
background-color: #97426B;
}
.BgClassName
{
background-color: #97426B;
}
</style>
border-color css
<style>
span { border-color: #97426B; }
span { border-color: rgb(151,66,107); }
td.TdClassName
{
border-color: #97426B;
}
.TagClassName
{
border-color: #97426B;
}
</style>