Shades of Kobi #D19BAC
Tints of Kobi #D19BAC
RGB
CMYK
RGB Variations
Color information
#D19BAC (or 0xD19BAC) is known color: Kobi. HEX triplet: D1, 9B and AC. RGB value is (209,155,172). Sum of RGB (Red+Green+Blue) = 209+155+172=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 209 - color contains mainly: red. Hex color #D19BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19BAC is #2E6453. Grayscale: #ADADAD. Windows color (decimal): -3040340 or 11312081. OLE color: 11312081.
HSL color Cylindrical-coordinate representation of color #D19BAC: hue angle of 341.11º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D19BAC is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 155 | 172 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.18 |
| HSL | 341.11º | 0.37% | 0.71% | - |
| HSV(B) | 341.11º | 0.26% | 0.82% | - |
| XYZ | 45.46 | 39.98 | 44.35 | - |
| YUV | 173.08 | 127.39 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 155 | 172 | 0 | 0.26 | 0.18 | 0.18 | 341.11 | 0.37 | 0.71 |
| Hex | D1 | 9B | AC | 0 | 1A | 12 | 12 | 155 | 25 | 47 |
| Octal | 321 | 233 | 254 | 0 | 32 | 22 | 22 | 525 | 45 | 107 |
| Binary | 11010001 | 10011011 | 10101100 | 0 | 11010 | 10010 | 10010 | 101010101 | 100101 | 1000111 |
Color Harmonies of #D19BAC
Complementary color
Monochromatic Colors of #D19BAC
Black with #D19BAC
Text Example
Text Example
White with #D19BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19BAC; }
p { color: rgb(209,155,172); }
H1.HeaderClassName
{
color: #D19BAC;
}
.AnyTagClassName
{
color: #D19BAC;
}
</style>
background-color css
<style>
a { background-color: #D19BAC; }
a { background-color: rgb(209,155,172); }
div.DivClassName
{
background-color: #D19BAC;
}
.BgClassName
{
background-color: #D19BAC;
}
</style>
border-color css
<style>
span { border-color: #D19BAC; }
span { border-color: rgb(209,155,172); }
td.TdClassName
{
border-color: #D19BAC;
}
.TagClassName
{
border-color: #D19BAC;
}
</style>