Shades of Cadillac #95495C
Tints of Cadillac #95495C
RGB
CMYK
RGB Variations
Color information
#95495C (or 0x95495C) is known color: Cadillac. HEX triplet: 95, 49 and 5C. RGB value is (149,73,92). Sum of RGB (Red+Green+Blue) = 149+73+92=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #95495C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95495C is #6AB6A3. Grayscale: #616161. Windows color (decimal): -6993572 or 6048149. OLE color: 6048149.
HSL color Cylindrical-coordinate representation of color #95495C: hue angle of 345º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95495C is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 73 | 92 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.42 |
| HSL | 345º | 0.34% | 0.44% | - |
| HSV(B) | 345º | 0.51% | 0.58% | - |
| XYZ | 16.71 | 11.93 | 11.55 | - |
| YUV | 97.89 | 124.68 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 92 | 0 | 0.51 | 0.38 | 0.42 | 345 | 0.34 | 0.44 |
| Hex | 95 | 49 | 5C | 0 | 33 | 26 | 2A | 159 | 22 | 2C |
| Octal | 225 | 111 | 134 | 0 | 63 | 46 | 52 | 531 | 42 | 54 |
| Binary | 10010101 | 1001001 | 1011100 | 0 | 110011 | 100110 | 101010 | 101011001 | 100010 | 101100 |
Color Harmonies of #95495C
Complementary color
Monochromatic Colors of #95495C
Black with #95495C
Text Example
Text Example
White with #95495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95495C; }
p { color: rgb(149,73,92); }
H1.HeaderClassName
{
color: #95495C;
}
.AnyTagClassName
{
color: #95495C;
}
</style>
background-color css
<style>
a { background-color: #95495C; }
a { background-color: rgb(149,73,92); }
div.DivClassName
{
background-color: #95495C;
}
.BgClassName
{
background-color: #95495C;
}
</style>
border-color css
<style>
span { border-color: #95495C; }
span { border-color: rgb(149,73,92); }
td.TdClassName
{
border-color: #95495C;
}
.TagClassName
{
border-color: #95495C;
}
</style>