Shades of Kobi #D19AAB
Tints of Kobi #D19AAB
RGB
CMYK
RGB Variations
Color information
#D19AAB (or 0xD19AAB) is known color: Kobi. HEX triplet: D1, 9A and AB. RGB value is (209,154,171). Sum of RGB (Red+Green+Blue) = 209+154+171=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 209 - color contains mainly: red. Hex color #D19AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19AAB is #2E6554. Grayscale: #ACACAC. Windows color (decimal): -3040597 or 11246289. OLE color: 11246289.
HSL color Cylindrical-coordinate representation of color #D19AAB: hue angle of 341.45º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D19AAB is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 154 | 171 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.18 |
| HSL | 341.45º | 0.37% | 0.71% | - |
| HSV(B) | 341.45º | 0.26% | 0.82% | - |
| XYZ | 45.2 | 39.61 | 43.79 | - |
| YUV | 172.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 154 | 171 | 0 | 0.26 | 0.18 | 0.18 | 341.45 | 0.37 | 0.71 |
| Hex | D1 | 9A | AB | 0 | 1A | 12 | 12 | 155 | 25 | 47 |
| Octal | 321 | 232 | 253 | 0 | 32 | 22 | 22 | 525 | 45 | 107 |
| Binary | 11010001 | 10011010 | 10101011 | 0 | 11010 | 10010 | 10010 | 101010101 | 100101 | 1000111 |
Color Harmonies of #D19AAB
Complementary color
Monochromatic Colors of #D19AAB
Black with #D19AAB
Text Example
Text Example
White with #D19AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19AAB; }
p { color: rgb(209,154,171); }
H1.HeaderClassName
{
color: #D19AAB;
}
.AnyTagClassName
{
color: #D19AAB;
}
</style>
background-color css
<style>
a { background-color: #D19AAB; }
a { background-color: rgb(209,154,171); }
div.DivClassName
{
background-color: #D19AAB;
}
.BgClassName
{
background-color: #D19AAB;
}
</style>
border-color css
<style>
span { border-color: #D19AAB; }
span { border-color: rgb(209,154,171); }
td.TdClassName
{
border-color: #D19AAB;
}
.TagClassName
{
border-color: #D19AAB;
}
</style>