Shades of Kobi #D89BAF
Tints of Kobi #D89BAF
RGB
CMYK
RGB Variations
Color information
#D89BAF (or 0xD89BAF) is known color: Kobi. HEX triplet: D8, 9B and AF. RGB value is (216,155,175). Sum of RGB (Red+Green+Blue) = 216+155+175=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D89BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89BAF is #276450. Grayscale: #AFAFAF. Windows color (decimal): -2581585 or 11508696. OLE color: 11508696.
HSL color Cylindrical-coordinate representation of color #D89BAF: hue angle of 340.33º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D89BAF is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 155 | 175 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.15 |
| HSL | 340.33º | 0.44% | 0.73% | - |
| HSV(B) | 340.33º | 0.28% | 0.85% | - |
| XYZ | 47.78 | 41.14 | 45.98 | - |
| YUV | 175.52 | 127.71 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 155 | 175 | 0 | 0.28 | 0.19 | 0.15 | 340.33 | 0.44 | 0.73 |
| Hex | D8 | 9B | AF | 0 | 1C | 13 | F | 154 | 2C | 49 |
| Octal | 330 | 233 | 257 | 0 | 34 | 23 | 17 | 524 | 54 | 111 |
| Binary | 11011000 | 10011011 | 10101111 | 0 | 11100 | 10011 | 1111 | 101010100 | 101100 | 1001001 |
Color Harmonies of #D89BAF
Complementary color
Monochromatic Colors of #D89BAF
Black with #D89BAF
Text Example
Text Example
White with #D89BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89BAF; }
p { color: rgb(216,155,175); }
H1.HeaderClassName
{
color: #D89BAF;
}
.AnyTagClassName
{
color: #D89BAF;
}
</style>
background-color css
<style>
a { background-color: #D89BAF; }
a { background-color: rgb(216,155,175); }
div.DivClassName
{
background-color: #D89BAF;
}
.BgClassName
{
background-color: #D89BAF;
}
</style>
border-color css
<style>
span { border-color: #D89BAF; }
span { border-color: rgb(216,155,175); }
td.TdClassName
{
border-color: #D89BAF;
}
.TagClassName
{
border-color: #D89BAF;
}
</style>