Shades of Cadillac #904367
Tints of Cadillac #904367
RGB
CMYK
RGB Variations
Color information
#904367 (or 0x904367) is known color: Cadillac. HEX triplet: 90, 43 and 67. RGB value is (144,67,103). Sum of RGB (Red+Green+Blue) = 144+67+103=314 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.86% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 144 - color contains mainly: red. Hex color #904367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904367 is #6FBC98. Grayscale: #5E5E5E. Windows color (decimal): -7322777 or 6767504. OLE color: 6767504.
HSL color Cylindrical-coordinate representation of color #904367: hue angle of 331.95º 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 #904367 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 67 | 103 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.44 |
| HSL | 331.95º | 0.36% | 0.41% | - |
| HSV(B) | 331.95º | 0.53% | 0.56% | - |
| XYZ | 15.96 | 10.92 | 14.1 | - |
| YUV | 94.13 | 133.01 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 67 | 103 | 0 | 0.53 | 0.28 | 0.44 | 331.95 | 0.36 | 0.41 |
| Hex | 90 | 43 | 67 | 0 | 35 | 1C | 2C | 14C | 24 | 29 |
| Octal | 220 | 103 | 147 | 0 | 65 | 34 | 54 | 514 | 44 | 51 |
| Binary | 10010000 | 1000011 | 1100111 | 0 | 110101 | 11100 | 101100 | 101001100 | 100100 | 101001 |
Color Harmonies of #904367
Complementary color
Monochromatic Colors of #904367
Black with #904367
Text Example
Text Example
White with #904367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904367; }
p { color: rgb(144,67,103); }
H1.HeaderClassName
{
color: #904367;
}
.AnyTagClassName
{
color: #904367;
}
</style>
background-color css
<style>
a { background-color: #904367; }
a { background-color: rgb(144,67,103); }
div.DivClassName
{
background-color: #904367;
}
.BgClassName
{
background-color: #904367;
}
</style>
border-color css
<style>
span { border-color: #904367; }
span { border-color: rgb(144,67,103); }
td.TdClassName
{
border-color: #904367;
}
.TagClassName
{
border-color: #904367;
}
</style>