Shades of Kobi #D89AA7
Tints of Kobi #D89AA7
RGB
CMYK
RGB Variations
Color information
#D89AA7 (or 0xD89AA7) is known color: Kobi. HEX triplet: D8, 9A and A7. RGB value is (216,154,167). Sum of RGB (Red+Green+Blue) = 216+154+167=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 216 - color contains mainly: red. Hex color #D89AA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89AA7 is #276558. Grayscale: #AEAEAE. Windows color (decimal): -2581849 or 10984152. OLE color: 10984152.
HSL color Cylindrical-coordinate representation of color #D89AA7: hue angle of 347.42º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D89AA7 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 154 | 167 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.15 |
| HSL | 347.42º | 0.44% | 0.73% | - |
| HSV(B) | 347.42º | 0.29% | 0.85% | - |
| XYZ | 46.85 | 40.5 | 41.91 | - |
| YUV | 174.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 154 | 167 | 0 | 0.29 | 0.23 | 0.15 | 347.42 | 0.44 | 0.73 |
| Hex | D8 | 9A | A7 | 0 | 1D | 17 | F | 15B | 2C | 49 |
| Octal | 330 | 232 | 247 | 0 | 35 | 27 | 17 | 533 | 54 | 111 |
| Binary | 11011000 | 10011010 | 10100111 | 0 | 11101 | 10111 | 1111 | 101011011 | 101100 | 1001001 |
Color Harmonies of #D89AA7
Complementary color
Monochromatic Colors of #D89AA7
Black with #D89AA7
Text Example
Text Example
White with #D89AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89AA7; }
p { color: rgb(216,154,167); }
H1.HeaderClassName
{
color: #D89AA7;
}
.AnyTagClassName
{
color: #D89AA7;
}
</style>
background-color css
<style>
a { background-color: #D89AA7; }
a { background-color: rgb(216,154,167); }
div.DivClassName
{
background-color: #D89AA7;
}
.BgClassName
{
background-color: #D89AA7;
}
</style>
border-color css
<style>
span { border-color: #D89AA7; }
span { border-color: rgb(216,154,167); }
td.TdClassName
{
border-color: #D89AA7;
}
.TagClassName
{
border-color: #D89AA7;
}
</style>