Shades of Kobi #D87CAC
Tints of Kobi #D87CAC
RGB
CMYK
RGB Variations
Color information
#D87CAC (or 0xD87CAC) is known color: Kobi. HEX triplet: D8, 7C and AC. RGB value is (216,124,172). Sum of RGB (Red+Green+Blue) = 216+124+172=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87CAC is #278353. Grayscale: #9C9C9C. Windows color (decimal): -2589524 or 11304152. OLE color: 11304152.
HSL color Cylindrical-coordinate representation of color #D87CAC: hue angle of 328.7º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87CAC is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 124 | 172 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.15 |
| HSL | 328.7º | 0.54% | 0.67% | - |
| HSV(B) | 328.7º | 0.43% | 0.85% | - |
| XYZ | 42.97 | 31.99 | 42.94 | - |
| YUV | 156.98 | 136.48 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 124 | 172 | 0 | 0.43 | 0.20 | 0.15 | 328.7 | 0.54 | 0.67 |
| Hex | D8 | 7C | AC | 0 | 2B | 14 | F | 149 | 36 | 43 |
| Octal | 330 | 174 | 254 | 0 | 53 | 24 | 17 | 511 | 66 | 103 |
| Binary | 11011000 | 1111100 | 10101100 | 0 | 101011 | 10100 | 1111 | 101001001 | 110110 | 1000011 |
Color Harmonies of #D87CAC
Complementary color
Monochromatic Colors of #D87CAC
Black with #D87CAC
Text Example
Text Example
White with #D87CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87CAC; }
p { color: rgb(216,124,172); }
H1.HeaderClassName
{
color: #D87CAC;
}
.AnyTagClassName
{
color: #D87CAC;
}
</style>
background-color css
<style>
a { background-color: #D87CAC; }
a { background-color: rgb(216,124,172); }
div.DivClassName
{
background-color: #D87CAC;
}
.BgClassName
{
background-color: #D87CAC;
}
</style>
border-color css
<style>
span { border-color: #D87CAC; }
span { border-color: rgb(216,124,172); }
td.TdClassName
{
border-color: #D87CAC;
}
.TagClassName
{
border-color: #D87CAC;
}
</style>