Shades of Kobi #D199AF
Tints of Kobi #D199AF
RGB
CMYK
RGB Variations
Color information
#D199AF (or 0xD199AF) is known color: Kobi. HEX triplet: D1, 99 and AF. RGB value is (209,153,175). Sum of RGB (Red+Green+Blue) = 209+153+175=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 209 - color contains mainly: red. Hex color #D199AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D199AF is #2E6650. Grayscale: #ACACAC. Windows color (decimal): -3040849 or 11508177. OLE color: 11508177.
HSL color Cylindrical-coordinate representation of color #D199AF: hue angle of 336.43º 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 #D199AF is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 175 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.18 |
| HSL | 336.43º | 0.38% | 0.71% | - |
| HSV(B) | 336.43º | 0.27% | 0.82% | - |
| XYZ | 45.42 | 39.43 | 45.77 | - |
| YUV | 172.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 175 | 0 | 0.27 | 0.16 | 0.18 | 336.43 | 0.38 | 0.71 |
| Hex | D1 | 99 | AF | 0 | 1B | 10 | 12 | 150 | 26 | 47 |
| Octal | 321 | 231 | 257 | 0 | 33 | 20 | 22 | 520 | 46 | 107 |
| Binary | 11010001 | 10011001 | 10101111 | 0 | 11011 | 10000 | 10010 | 101010000 | 100110 | 1000111 |
Color Harmonies of #D199AF
Complementary color
Monochromatic Colors of #D199AF
Black with #D199AF
Text Example
Text Example
White with #D199AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D199AF; }
p { color: rgb(209,153,175); }
H1.HeaderClassName
{
color: #D199AF;
}
.AnyTagClassName
{
color: #D199AF;
}
</style>
background-color css
<style>
a { background-color: #D199AF; }
a { background-color: rgb(209,153,175); }
div.DivClassName
{
background-color: #D199AF;
}
.BgClassName
{
background-color: #D199AF;
}
</style>
border-color css
<style>
span { border-color: #D199AF; }
span { border-color: rgb(209,153,175); }
td.TdClassName
{
border-color: #D199AF;
}
.TagClassName
{
border-color: #D199AF;
}
</style>