Shades of Cadillac #953A68
Tints of Cadillac #953A68
RGB
CMYK
RGB Variations
Color information
#953A68 (or 0x953A68) is known color: Cadillac. HEX triplet: 95, 3A and 68. RGB value is (149,58,104). Sum of RGB (Red+Green+Blue) = 149+58+104=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #953A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953A68 is #6AC597. Grayscale: #5A5A5A. Windows color (decimal): -6997400 or 6830741. OLE color: 6830741.
HSL color Cylindrical-coordinate representation of color #953A68: hue angle of 329.67º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #953A68 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 58 | 104 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.42 |
| HSL | 329.67º | 0.44% | 0.41% | - |
| HSV(B) | 329.67º | 0.61% | 0.58% | - |
| XYZ | 16.41 | 10.42 | 14.24 | - |
| YUV | 90.45 | 135.65 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 104 | 0 | 0.61 | 0.30 | 0.42 | 329.67 | 0.44 | 0.41 |
| Hex | 95 | 3A | 68 | 0 | 3D | 1E | 2A | 14A | 2C | 29 |
| Octal | 225 | 72 | 150 | 0 | 75 | 36 | 52 | 512 | 54 | 51 |
| Binary | 10010101 | 111010 | 1101000 | 0 | 111101 | 11110 | 101010 | 101001010 | 101100 | 101001 |
Color Harmonies of #953A68
Complementary color
Monochromatic Colors of #953A68
Black with #953A68
Text Example
Text Example
White with #953A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953A68; }
p { color: rgb(149,58,104); }
H1.HeaderClassName
{
color: #953A68;
}
.AnyTagClassName
{
color: #953A68;
}
</style>
background-color css
<style>
a { background-color: #953A68; }
a { background-color: rgb(149,58,104); }
div.DivClassName
{
background-color: #953A68;
}
.BgClassName
{
background-color: #953A68;
}
</style>
border-color css
<style>
span { border-color: #953A68; }
span { border-color: rgb(149,58,104); }
td.TdClassName
{
border-color: #953A68;
}
.TagClassName
{
border-color: #953A68;
}
</style>