Shades of Kobi #D19AAF
Tints of Kobi #D19AAF
RGB
CMYK
RGB Variations
Color information
#D19AAF (or 0xD19AAF) is known color: Kobi. HEX triplet: D1, 9A and AF. RGB value is (209,154,175). Sum of RGB (Red+Green+Blue) = 209+154+175=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 209 - color contains mainly: red. Hex color #D19AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19AAF is #2E6550. Grayscale: #ACACAC. Windows color (decimal): -3040593 or 11508433. OLE color: 11508433.
HSL color Cylindrical-coordinate representation of color #D19AAF: hue angle of 337.09º 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 #D19AAF is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 154 | 175 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.18 |
| HSL | 337.09º | 0.37% | 0.71% | - |
| HSV(B) | 337.09º | 0.26% | 0.82% | - |
| XYZ | 45.59 | 39.76 | 45.83 | - |
| YUV | 172.84 | 129.22 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 154 | 175 | 0 | 0.26 | 0.16 | 0.18 | 337.09 | 0.37 | 0.71 |
| Hex | D1 | 9A | AF | 0 | 1A | 10 | 12 | 151 | 25 | 47 |
| Octal | 321 | 232 | 257 | 0 | 32 | 20 | 22 | 521 | 45 | 107 |
| Binary | 11010001 | 10011010 | 10101111 | 0 | 11010 | 10000 | 10010 | 101010001 | 100101 | 1000111 |
Color Harmonies of #D19AAF
Complementary color
Monochromatic Colors of #D19AAF
Black with #D19AAF
Text Example
Text Example
White with #D19AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19AAF; }
p { color: rgb(209,154,175); }
H1.HeaderClassName
{
color: #D19AAF;
}
.AnyTagClassName
{
color: #D19AAF;
}
</style>
background-color css
<style>
a { background-color: #D19AAF; }
a { background-color: rgb(209,154,175); }
div.DivClassName
{
background-color: #D19AAF;
}
.BgClassName
{
background-color: #D19AAF;
}
</style>
border-color css
<style>
span { border-color: #D19AAF; }
span { border-color: rgb(209,154,175); }
td.TdClassName
{
border-color: #D19AAF;
}
.TagClassName
{
border-color: #D19AAF;
}
</style>