Shades of Kobi #D19FAF
Tints of Kobi #D19FAF
RGB
CMYK
RGB Variations
Color information
#D19FAF (or 0xD19FAF) is known color: Kobi. HEX triplet: D1, 9F and AF. RGB value is (209,159,175). Sum of RGB (Red+Green+Blue) = 209+159+175=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 209 - color contains mainly: red. Hex color #D19FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19FAF is #2E6050. Grayscale: #AFAFAF. Windows color (decimal): -3039313 or 11509713. OLE color: 11509713.
HSL color Cylindrical-coordinate representation of color #D19FAF: hue angle of 340.8º degrees, saturation: 0.35, 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 #D19FAF is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 159 | 175 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.18 |
| HSL | 340.8º | 0.35% | 0.72% | - |
| HSV(B) | 340.8º | 0.24% | 0.82% | - |
| XYZ | 46.43 | 41.45 | 46.11 | - |
| YUV | 175.77 | 127.57 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 159 | 175 | 0 | 0.24 | 0.16 | 0.18 | 340.8 | 0.35 | 0.72 |
| Hex | D1 | 9F | AF | 0 | 18 | 10 | 12 | 155 | 23 | 48 |
| Octal | 321 | 237 | 257 | 0 | 30 | 20 | 22 | 525 | 43 | 110 |
| Binary | 11010001 | 10011111 | 10101111 | 0 | 11000 | 10000 | 10010 | 101010101 | 100011 | 1001000 |
Color Harmonies of #D19FAF
Complementary color
Monochromatic Colors of #D19FAF
Black with #D19FAF
Text Example
Text Example
White with #D19FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19FAF; }
p { color: rgb(209,159,175); }
H1.HeaderClassName
{
color: #D19FAF;
}
.AnyTagClassName
{
color: #D19FAF;
}
</style>
background-color css
<style>
a { background-color: #D19FAF; }
a { background-color: rgb(209,159,175); }
div.DivClassName
{
background-color: #D19FAF;
}
.BgClassName
{
background-color: #D19FAF;
}
</style>
border-color css
<style>
span { border-color: #D19FAF; }
span { border-color: rgb(209,159,175); }
td.TdClassName
{
border-color: #D19FAF;
}
.TagClassName
{
border-color: #D19FAF;
}
</style>