Shades of Cadillac #904358
Tints of Cadillac #904358
RGB
CMYK
RGB Variations
Color information
#904358 (or 0x904358) is known color: Cadillac. HEX triplet: 90, 43 and 58. RGB value is (144,67,88). Sum of RGB (Red+Green+Blue) = 144+67+88=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 144 - color contains mainly: red. Hex color #904358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904358 is #6FBCA7. Grayscale: #5C5C5C. Windows color (decimal): -7322792 or 5784464. OLE color: 5784464.
HSL color Cylindrical-coordinate representation of color #904358: hue angle of 343.64º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #904358 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 67 | 88 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.44 |
| HSL | 343.64º | 0.36% | 0.41% | - |
| HSV(B) | 343.64º | 0.53% | 0.56% | - |
| XYZ | 15.27 | 10.65 | 10.48 | - |
| YUV | 92.42 | 125.51 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 67 | 88 | 0 | 0.53 | 0.39 | 0.44 | 343.64 | 0.36 | 0.41 |
| Hex | 90 | 43 | 58 | 0 | 35 | 27 | 2C | 158 | 24 | 29 |
| Octal | 220 | 103 | 130 | 0 | 65 | 47 | 54 | 530 | 44 | 51 |
| Binary | 10010000 | 1000011 | 1011000 | 0 | 110101 | 100111 | 101100 | 101011000 | 100100 | 101001 |
Color Harmonies of #904358
Complementary color
Monochromatic Colors of #904358
Black with #904358
Text Example
Text Example
White with #904358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904358; }
p { color: rgb(144,67,88); }
H1.HeaderClassName
{
color: #904358;
}
.AnyTagClassName
{
color: #904358;
}
</style>
background-color css
<style>
a { background-color: #904358; }
a { background-color: rgb(144,67,88); }
div.DivClassName
{
background-color: #904358;
}
.BgClassName
{
background-color: #904358;
}
</style>
border-color css
<style>
span { border-color: #904358; }
span { border-color: rgb(144,67,88); }
td.TdClassName
{
border-color: #904358;
}
.TagClassName
{
border-color: #904358;
}
</style>