Shades of Kobi #D19AA9
Tints of Kobi #D19AA9
RGB
CMYK
RGB Variations
Color information
#D19AA9 (or 0xD19AA9) is known color: Kobi. HEX triplet: D1, 9A and A9. RGB value is (209,154,169). Sum of RGB (Red+Green+Blue) = 209+154+169=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 169 (66.41% from 255 or 31.77% from 532); Max value from RGB is 209 - color contains mainly: red. Hex color #D19AA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19AA9 is #2E6556. Grayscale: #ACACAC. Windows color (decimal): -3040599 or 11115217. OLE color: 11115217.
HSL color Cylindrical-coordinate representation of color #D19AA9: hue angle of 343.64º 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 #D19AA9 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 154 | 169 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.18 |
| HSL | 343.64º | 0.37% | 0.71% | - |
| HSV(B) | 343.64º | 0.26% | 0.82% | - |
| XYZ | 45.01 | 39.53 | 42.79 | - |
| YUV | 172.16 | 126.22 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 154 | 169 | 0 | 0.26 | 0.19 | 0.18 | 343.64 | 0.37 | 0.71 |
| Hex | D1 | 9A | A9 | 0 | 1A | 13 | 12 | 158 | 25 | 47 |
| Octal | 321 | 232 | 251 | 0 | 32 | 23 | 22 | 530 | 45 | 107 |
| Binary | 11010001 | 10011010 | 10101001 | 0 | 11010 | 10011 | 10010 | 101011000 | 100101 | 1000111 |
Color Harmonies of #D19AA9
Complementary color
Monochromatic Colors of #D19AA9
Black with #D19AA9
Text Example
Text Example
White with #D19AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19AA9; }
p { color: rgb(209,154,169); }
H1.HeaderClassName
{
color: #D19AA9;
}
.AnyTagClassName
{
color: #D19AA9;
}
</style>
background-color css
<style>
a { background-color: #D19AA9; }
a { background-color: rgb(209,154,169); }
div.DivClassName
{
background-color: #D19AA9;
}
.BgClassName
{
background-color: #D19AA9;
}
</style>
border-color css
<style>
span { border-color: #D19AA9; }
span { border-color: rgb(209,154,169); }
td.TdClassName
{
border-color: #D19AA9;
}
.TagClassName
{
border-color: #D19AA9;
}
</style>