Shades of Cadillac #95435A
Tints of Cadillac #95435A
RGB
CMYK
RGB Variations
Color information
#95435A (or 0x95435A) is known color: Cadillac. HEX triplet: 95, 43 and 5A. RGB value is (149,67,90). Sum of RGB (Red+Green+Blue) = 149+67+90=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #95435A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95435A is #6ABCA5. Grayscale: #5E5E5E. Windows color (decimal): -6995110 or 5915541. OLE color: 5915541.
HSL color Cylindrical-coordinate representation of color #95435A: hue angle of 343.17º 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 #95435A is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 67 | 90 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.42 |
| HSL | 343.17º | 0.38% | 0.42% | - |
| HSV(B) | 343.17º | 0.55% | 0.58% | - |
| XYZ | 16.25 | 11.14 | 10.97 | - |
| YUV | 94.14 | 125.67 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 90 | 0 | 0.55 | 0.40 | 0.42 | 343.17 | 0.38 | 0.42 |
| Hex | 95 | 43 | 5A | 0 | 37 | 28 | 2A | 157 | 26 | 2A |
| Octal | 225 | 103 | 132 | 0 | 67 | 50 | 52 | 527 | 46 | 52 |
| Binary | 10010101 | 1000011 | 1011010 | 0 | 110111 | 101000 | 101010 | 101010111 | 100110 | 101010 |
Color Harmonies of #95435A
Complementary color
Monochromatic Colors of #95435A
Black with #95435A
Text Example
Text Example
White with #95435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95435A; }
p { color: rgb(149,67,90); }
H1.HeaderClassName
{
color: #95435A;
}
.AnyTagClassName
{
color: #95435A;
}
</style>
background-color css
<style>
a { background-color: #95435A; }
a { background-color: rgb(149,67,90); }
div.DivClassName
{
background-color: #95435A;
}
.BgClassName
{
background-color: #95435A;
}
</style>
border-color css
<style>
span { border-color: #95435A; }
span { border-color: rgb(149,67,90); }
td.TdClassName
{
border-color: #95435A;
}
.TagClassName
{
border-color: #95435A;
}
</style>