Shades of Kobi #D89CAE
Tints of Kobi #D89CAE
RGB
CMYK
RGB Variations
Color information
#D89CAE (or 0xD89CAE) is known color: Kobi. HEX triplet: D8, 9C and AE. RGB value is (216,156,174). Sum of RGB (Red+Green+Blue) = 216+156+174=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D89CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89CAE is #276351. Grayscale: #AFAFAF. Windows color (decimal): -2581330 or 11443416. OLE color: 11443416.
HSL color Cylindrical-coordinate representation of color #D89CAE: hue angle of 342º 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 #D89CAE is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 174 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.15 |
| HSL | 342º | 0.43% | 0.73% | - |
| HSV(B) | 342º | 0.28% | 0.85% | - |
| XYZ | 47.85 | 41.43 | 45.52 | - |
| YUV | 175.99 | 126.88 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 174 | 0 | 0.28 | 0.19 | 0.15 | 342 | 0.43 | 0.73 |
| Hex | D8 | 9C | AE | 0 | 1C | 13 | F | 156 | 2B | 49 |
| Octal | 330 | 234 | 256 | 0 | 34 | 23 | 17 | 526 | 53 | 111 |
| Binary | 11011000 | 10011100 | 10101110 | 0 | 11100 | 10011 | 1111 | 101010110 | 101011 | 1001001 |
Color Harmonies of #D89CAE
Complementary color
Monochromatic Colors of #D89CAE
Black with #D89CAE
Text Example
Text Example
White with #D89CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89CAE; }
p { color: rgb(216,156,174); }
H1.HeaderClassName
{
color: #D89CAE;
}
.AnyTagClassName
{
color: #D89CAE;
}
</style>
background-color css
<style>
a { background-color: #D89CAE; }
a { background-color: rgb(216,156,174); }
div.DivClassName
{
background-color: #D89CAE;
}
.BgClassName
{
background-color: #D89CAE;
}
</style>
border-color css
<style>
span { border-color: #D89CAE; }
span { border-color: rgb(216,156,174); }
td.TdClassName
{
border-color: #D89CAE;
}
.TagClassName
{
border-color: #D89CAE;
}
</style>