Shades of Kobi #D09FAF
Tints of Kobi #D09FAF
RGB
CMYK
RGB Variations
Color information
#D09FAF (or 0xD09FAF) is known color: Kobi. HEX triplet: D0, 9F and AF. RGB value is (208,159,175). Sum of RGB (Red+Green+Blue) = 208+159+175=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 208 - color contains mainly: red. Hex color #D09FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09FAF is #2F6050. Grayscale: #AFAFAF. Windows color (decimal): -3104849 or 11509712. OLE color: 11509712.
HSL color Cylindrical-coordinate representation of color #D09FAF: hue angle of 340.41º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D09FAF is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 175 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.18 |
| HSL | 340.41º | 0.34% | 0.72% | - |
| HSV(B) | 340.41º | 0.24% | 0.82% | - |
| XYZ | 46.15 | 41.3 | 46.1 | - |
| YUV | 175.48 | 127.73 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 175 | 0 | 0.24 | 0.16 | 0.18 | 340.41 | 0.34 | 0.72 |
| Hex | D0 | 9F | AF | 0 | 18 | 10 | 12 | 154 | 22 | 48 |
| Octal | 320 | 237 | 257 | 0 | 30 | 20 | 22 | 524 | 42 | 110 |
| Binary | 11010000 | 10011111 | 10101111 | 0 | 11000 | 10000 | 10010 | 101010100 | 100010 | 1001000 |
Color Harmonies of #D09FAF
Complementary color
Monochromatic Colors of #D09FAF
Black with #D09FAF
Text Example
Text Example
White with #D09FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09FAF; }
p { color: rgb(208,159,175); }
H1.HeaderClassName
{
color: #D09FAF;
}
.AnyTagClassName
{
color: #D09FAF;
}
</style>
background-color css
<style>
a { background-color: #D09FAF; }
a { background-color: rgb(208,159,175); }
div.DivClassName
{
background-color: #D09FAF;
}
.BgClassName
{
background-color: #D09FAF;
}
</style>
border-color css
<style>
span { border-color: #D09FAF; }
span { border-color: rgb(208,159,175); }
td.TdClassName
{
border-color: #D09FAF;
}
.TagClassName
{
border-color: #D09FAF;
}
</style>