Shades of Cadillac #95435C
Tints of Cadillac #95435C
RGB
CMYK
RGB Variations
Color information
#95435C (or 0x95435C) is known color: Cadillac. HEX triplet: 95, 43 and 5C. RGB value is (149,67,92). Sum of RGB (Red+Green+Blue) = 149+67+92=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #95435C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95435C is #6ABCA3. Grayscale: #5E5E5E. Windows color (decimal): -6995108 or 6046613. OLE color: 6046613.
HSL color Cylindrical-coordinate representation of color #95435C: hue angle of 341.71º 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 #95435C is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 67 | 92 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.42 |
| HSL | 341.71º | 0.38% | 0.42% | - |
| HSV(B) | 341.71º | 0.55% | 0.58% | - |
| XYZ | 16.33 | 11.18 | 11.42 | - |
| YUV | 94.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 67 | 92 | 0 | 0.55 | 0.38 | 0.42 | 341.71 | 0.38 | 0.42 |
| Hex | 95 | 43 | 5C | 0 | 37 | 26 | 2A | 156 | 26 | 2A |
| Octal | 225 | 103 | 134 | 0 | 67 | 46 | 52 | 526 | 46 | 52 |
| Binary | 10010101 | 1000011 | 1011100 | 0 | 110111 | 100110 | 101010 | 101010110 | 100110 | 101010 |
Color Harmonies of #95435C
Complementary color
Monochromatic Colors of #95435C
Black with #95435C
Text Example
Text Example
White with #95435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95435C; }
p { color: rgb(149,67,92); }
H1.HeaderClassName
{
color: #95435C;
}
.AnyTagClassName
{
color: #95435C;
}
</style>
background-color css
<style>
a { background-color: #95435C; }
a { background-color: rgb(149,67,92); }
div.DivClassName
{
background-color: #95435C;
}
.BgClassName
{
background-color: #95435C;
}
</style>
border-color css
<style>
span { border-color: #95435C; }
span { border-color: rgb(149,67,92); }
td.TdClassName
{
border-color: #95435C;
}
.TagClassName
{
border-color: #95435C;
}
</style>