Shades of Kobi #D89CAA
Tints of Kobi #D89CAA
RGB
CMYK
RGB Variations
Color information
#D89CAA (or 0xD89CAA) is known color: Kobi. HEX triplet: D8, 9C and AA. RGB value is (216,156,170). Sum of RGB (Red+Green+Blue) = 216+156+170=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D89CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89CAA is #276355. Grayscale: #AFAFAF. Windows color (decimal): -2581334 or 11181272. OLE color: 11181272.
HSL color Cylindrical-coordinate representation of color #D89CAA: hue angle of 346º degrees, saturation: 0.43, 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 #D89CAA is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 170 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.15 |
| HSL | 346º | 0.43% | 0.73% | - |
| HSV(B) | 346º | 0.28% | 0.85% | - |
| XYZ | 47.46 | 41.28 | 43.5 | - |
| YUV | 175.54 | 124.88 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 170 | 0 | 0.28 | 0.21 | 0.15 | 346 | 0.43 | 0.73 |
| Hex | D8 | 9C | AA | 0 | 1C | 15 | F | 15A | 2B | 49 |
| Octal | 330 | 234 | 252 | 0 | 34 | 25 | 17 | 532 | 53 | 111 |
| Binary | 11011000 | 10011100 | 10101010 | 0 | 11100 | 10101 | 1111 | 101011010 | 101011 | 1001001 |
Color Harmonies of #D89CAA
Complementary color
Monochromatic Colors of #D89CAA
Black with #D89CAA
Text Example
Text Example
White with #D89CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89CAA; }
p { color: rgb(216,156,170); }
H1.HeaderClassName
{
color: #D89CAA;
}
.AnyTagClassName
{
color: #D89CAA;
}
</style>
background-color css
<style>
a { background-color: #D89CAA; }
a { background-color: rgb(216,156,170); }
div.DivClassName
{
background-color: #D89CAA;
}
.BgClassName
{
background-color: #D89CAA;
}
</style>
border-color css
<style>
span { border-color: #D89CAA; }
span { border-color: rgb(216,156,170); }
td.TdClassName
{
border-color: #D89CAA;
}
.TagClassName
{
border-color: #D89CAA;
}
</style>