Shades of Kobi #D1A0AF
Tints of Kobi #D1A0AF
RGB
CMYK
RGB Variations
Color information
#D1A0AF (or 0xD1A0AF) is known color: Kobi. HEX triplet: D1, A0 and AF. RGB value is (209,160,175). Sum of RGB (Red+Green+Blue) = 209+160+175=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A0AF is #2E5F50. Grayscale: #B0B0B0. Windows color (decimal): -3039057 or 11509969. OLE color: 11509969.
HSL color Cylindrical-coordinate representation of color #D1A0AF: hue angle of 341.63º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1A0AF is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 160 | 175 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.18 |
| HSL | 341.63º | 0.35% | 0.72% | - |
| HSV(B) | 341.63º | 0.23% | 0.82% | - |
| XYZ | 46.6 | 41.79 | 46.17 | - |
| YUV | 176.36 | 127.23 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 160 | 175 | 0 | 0.23 | 0.16 | 0.18 | 341.63 | 0.35 | 0.72 |
| Hex | D1 | A0 | AF | 0 | 17 | 10 | 12 | 156 | 23 | 48 |
| Octal | 321 | 240 | 257 | 0 | 27 | 20 | 22 | 526 | 43 | 110 |
| Binary | 11010001 | 10100000 | 10101111 | 0 | 10111 | 10000 | 10010 | 101010110 | 100011 | 1001000 |
Color Harmonies of #D1A0AF
Complementary color
Monochromatic Colors of #D1A0AF
Black with #D1A0AF
Text Example
Text Example
White with #D1A0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A0AF; }
p { color: rgb(209,160,175); }
H1.HeaderClassName
{
color: #D1A0AF;
}
.AnyTagClassName
{
color: #D1A0AF;
}
</style>
background-color css
<style>
a { background-color: #D1A0AF; }
a { background-color: rgb(209,160,175); }
div.DivClassName
{
background-color: #D1A0AF;
}
.BgClassName
{
background-color: #D1A0AF;
}
</style>
border-color css
<style>
span { border-color: #D1A0AF; }
span { border-color: rgb(209,160,175); }
td.TdClassName
{
border-color: #D1A0AF;
}
.TagClassName
{
border-color: #D1A0AF;
}
</style>