Shades of Cadillac #95435D
Tints of Cadillac #95435D
RGB
CMYK
RGB Variations
Color information
#95435D (or 0x95435D) is known color: Cadillac. HEX triplet: 95, 43 and 5D. RGB value is (149,67,93). Sum of RGB (Red+Green+Blue) = 149+67+93=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #95435D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95435D is #6ABCA2. Grayscale: #5E5E5E. Windows color (decimal): -6995107 or 6112149. OLE color: 6112149.
HSL color Cylindrical-coordinate representation of color #95435D: hue angle of 340.98º 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 #95435D is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 67 | 93 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.42 |
| HSL | 340.98º | 0.38% | 0.42% | - |
| HSV(B) | 340.98º | 0.55% | 0.58% | - |
| XYZ | 16.38 | 11.19 | 11.65 | - |
| YUV | 94.48 | 127.17 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 93 | 0 | 0.55 | 0.38 | 0.42 | 340.98 | 0.38 | 0.42 |
| Hex | 95 | 43 | 5D | 0 | 37 | 26 | 2A | 155 | 26 | 2A |
| Octal | 225 | 103 | 135 | 0 | 67 | 46 | 52 | 525 | 46 | 52 |
| Binary | 10010101 | 1000011 | 1011101 | 0 | 110111 | 100110 | 101010 | 101010101 | 100110 | 101010 |
Color Harmonies of #95435D
Complementary color
Monochromatic Colors of #95435D
Black with #95435D
Text Example
Text Example
White with #95435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95435D; }
p { color: rgb(149,67,93); }
H1.HeaderClassName
{
color: #95435D;
}
.AnyTagClassName
{
color: #95435D;
}
</style>
background-color css
<style>
a { background-color: #95435D; }
a { background-color: rgb(149,67,93); }
div.DivClassName
{
background-color: #95435D;
}
.BgClassName
{
background-color: #95435D;
}
</style>
border-color css
<style>
span { border-color: #95435D; }
span { border-color: rgb(149,67,93); }
td.TdClassName
{
border-color: #95435D;
}
.TagClassName
{
border-color: #95435D;
}
</style>