Shades of Kobi #D87BAB
Tints of Kobi #D87BAB
RGB
CMYK
RGB Variations
Color information
#D87BAB (or 0xD87BAB) is known color: Kobi. HEX triplet: D8, 7B and AB. RGB value is (216,123,171). Sum of RGB (Red+Green+Blue) = 216+123+171=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87BAB is #278454. Grayscale: #9C9C9C. Windows color (decimal): -2589781 or 11238360. OLE color: 11238360.
HSL color Cylindrical-coordinate representation of color #D87BAB: hue angle of 329.03º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87BAB is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 123 | 171 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.15 |
| HSL | 329.03º | 0.54% | 0.66% | - |
| HSV(B) | 329.03º | 0.43% | 0.85% | - |
| XYZ | 42.75 | 31.71 | 42.39 | - |
| YUV | 156.28 | 136.31 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 123 | 171 | 0 | 0.43 | 0.21 | 0.15 | 329.03 | 0.54 | 0.66 |
| Hex | D8 | 7B | AB | 0 | 2B | 15 | F | 149 | 36 | 42 |
| Octal | 330 | 173 | 253 | 0 | 53 | 25 | 17 | 511 | 66 | 102 |
| Binary | 11011000 | 1111011 | 10101011 | 0 | 101011 | 10101 | 1111 | 101001001 | 110110 | 1000010 |
Color Harmonies of #D87BAB
Complementary color
Monochromatic Colors of #D87BAB
Black with #D87BAB
Text Example
Text Example
White with #D87BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87BAB; }
p { color: rgb(216,123,171); }
H1.HeaderClassName
{
color: #D87BAB;
}
.AnyTagClassName
{
color: #D87BAB;
}
</style>
background-color css
<style>
a { background-color: #D87BAB; }
a { background-color: rgb(216,123,171); }
div.DivClassName
{
background-color: #D87BAB;
}
.BgClassName
{
background-color: #D87BAB;
}
</style>
border-color css
<style>
span { border-color: #D87BAB; }
span { border-color: rgb(216,123,171); }
td.TdClassName
{
border-color: #D87BAB;
}
.TagClassName
{
border-color: #D87BAB;
}
</style>