Shades of Kobi #D198AF
Tints of Kobi #D198AF
RGB
CMYK
RGB Variations
Color information
#D198AF (or 0xD198AF) is known color: Kobi. HEX triplet: D1, 98 and AF. RGB value is (209,152,175). Sum of RGB (Red+Green+Blue) = 209+152+175=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 209 - color contains mainly: red. Hex color #D198AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D198AF is #2E6750. Grayscale: #ABABAB. Windows color (decimal): -3041105 or 11507921. OLE color: 11507921.
HSL color Cylindrical-coordinate representation of color #D198AF: hue angle of 335.79º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D198AF is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 175 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.18 |
| HSL | 335.79º | 0.38% | 0.71% | - |
| HSV(B) | 335.79º | 0.27% | 0.82% | - |
| XYZ | 45.26 | 39.11 | 45.72 | - |
| YUV | 171.67 | 129.88 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 175 | 0 | 0.27 | 0.16 | 0.18 | 335.79 | 0.38 | 0.71 |
| Hex | D1 | 98 | AF | 0 | 1B | 10 | 12 | 150 | 26 | 47 |
| Octal | 321 | 230 | 257 | 0 | 33 | 20 | 22 | 520 | 46 | 107 |
| Binary | 11010001 | 10011000 | 10101111 | 0 | 11011 | 10000 | 10010 | 101010000 | 100110 | 1000111 |
Color Harmonies of #D198AF
Complementary color
Monochromatic Colors of #D198AF
Black with #D198AF
Text Example
Text Example
White with #D198AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D198AF; }
p { color: rgb(209,152,175); }
H1.HeaderClassName
{
color: #D198AF;
}
.AnyTagClassName
{
color: #D198AF;
}
</style>
background-color css
<style>
a { background-color: #D198AF; }
a { background-color: rgb(209,152,175); }
div.DivClassName
{
background-color: #D198AF;
}
.BgClassName
{
background-color: #D198AF;
}
</style>
border-color css
<style>
span { border-color: #D198AF; }
span { border-color: rgb(209,152,175); }
td.TdClassName
{
border-color: #D198AF;
}
.TagClassName
{
border-color: #D198AF;
}
</style>