Shades of Kobi #D199AD
Tints of Kobi #D199AD
RGB
CMYK
RGB Variations
Color information
#D199AD (or 0xD199AD) is known color: Kobi. HEX triplet: D1, 99 and AD. RGB value is (209,153,173). Sum of RGB (Red+Green+Blue) = 209+153+173=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 209 - color contains mainly: red. Hex color #D199AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D199AD is #2E6652. Grayscale: #ACACAC. Windows color (decimal): -3040851 or 11377105. OLE color: 11377105.
HSL color Cylindrical-coordinate representation of color #D199AD: hue angle of 338.57º 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 #D199AD is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 153 | 173 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.18 |
| HSL | 338.57º | 0.38% | 0.71% | - |
| HSV(B) | 338.57º | 0.27% | 0.82% | - |
| XYZ | 45.23 | 39.35 | 44.75 | - |
| YUV | 172.02 | 128.55 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 153 | 173 | 0 | 0.27 | 0.17 | 0.18 | 338.57 | 0.38 | 0.71 |
| Hex | D1 | 99 | AD | 0 | 1B | 11 | 12 | 153 | 26 | 47 |
| Octal | 321 | 231 | 255 | 0 | 33 | 21 | 22 | 523 | 46 | 107 |
| Binary | 11010001 | 10011001 | 10101101 | 0 | 11011 | 10001 | 10010 | 101010011 | 100110 | 1000111 |
Color Harmonies of #D199AD
Complementary color
Monochromatic Colors of #D199AD
Black with #D199AD
Text Example
Text Example
White with #D199AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D199AD; }
p { color: rgb(209,153,173); }
H1.HeaderClassName
{
color: #D199AD;
}
.AnyTagClassName
{
color: #D199AD;
}
</style>
background-color css
<style>
a { background-color: #D199AD; }
a { background-color: rgb(209,153,173); }
div.DivClassName
{
background-color: #D199AD;
}
.BgClassName
{
background-color: #D199AD;
}
</style>
border-color css
<style>
span { border-color: #D199AD; }
span { border-color: rgb(209,153,173); }
td.TdClassName
{
border-color: #D199AD;
}
.TagClassName
{
border-color: #D199AD;
}
</style>