Shades of Kobi #D89BAC
Tints of Kobi #D89BAC
RGB
CMYK
RGB Variations
Color information
#D89BAC (or 0xD89BAC) is known color: Kobi. HEX triplet: D8, 9B and AC. RGB value is (216,155,172). Sum of RGB (Red+Green+Blue) = 216+155+172=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D89BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89BAC is #276453. Grayscale: #AFAFAF. Windows color (decimal): -2581588 or 11312088. OLE color: 11312088.
HSL color Cylindrical-coordinate representation of color #D89BAC: hue angle of 343.28º 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 #D89BAC is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 155 | 172 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.15 |
| HSL | 343.28º | 0.44% | 0.73% | - |
| HSV(B) | 343.28º | 0.28% | 0.85% | - |
| XYZ | 47.49 | 41.02 | 44.44 | - |
| YUV | 175.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 155 | 172 | 0 | 0.28 | 0.20 | 0.15 | 343.28 | 0.44 | 0.73 |
| Hex | D8 | 9B | AC | 0 | 1C | 14 | F | 157 | 2C | 49 |
| Octal | 330 | 233 | 254 | 0 | 34 | 24 | 17 | 527 | 54 | 111 |
| Binary | 11011000 | 10011011 | 10101100 | 0 | 11100 | 10100 | 1111 | 101010111 | 101100 | 1001001 |
Color Harmonies of #D89BAC
Complementary color
Monochromatic Colors of #D89BAC
Black with #D89BAC
Text Example
Text Example
White with #D89BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89BAC; }
p { color: rgb(216,155,172); }
H1.HeaderClassName
{
color: #D89BAC;
}
.AnyTagClassName
{
color: #D89BAC;
}
</style>
background-color css
<style>
a { background-color: #D89BAC; }
a { background-color: rgb(216,155,172); }
div.DivClassName
{
background-color: #D89BAC;
}
.BgClassName
{
background-color: #D89BAC;
}
</style>
border-color css
<style>
span { border-color: #D89BAC; }
span { border-color: rgb(216,155,172); }
td.TdClassName
{
border-color: #D89BAC;
}
.TagClassName
{
border-color: #D89BAC;
}
</style>