Shades of Kobi #D87CAA
Tints of Kobi #D87CAA
RGB
CMYK
RGB Variations
Color information
#D87CAA (or 0xD87CAA) is known color: Kobi. HEX triplet: D8, 7C and AA. RGB value is (216,124,170). Sum of RGB (Red+Green+Blue) = 216+124+170=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87CAA is #278355. Grayscale: #9C9C9C. Windows color (decimal): -2589526 or 11173080. OLE color: 11173080.
HSL color Cylindrical-coordinate representation of color #D87CAA: hue angle of 330º 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 #D87CAA is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 124 | 170 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.15 |
| HSL | 330º | 0.54% | 0.67% | - |
| HSV(B) | 330º | 0.43% | 0.85% | - |
| XYZ | 42.78 | 31.92 | 41.94 | - |
| YUV | 156.75 | 135.48 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 124 | 170 | 0 | 0.43 | 0.21 | 0.15 | 330 | 0.54 | 0.67 |
| Hex | D8 | 7C | AA | 0 | 2B | 15 | F | 14A | 36 | 43 |
| Octal | 330 | 174 | 252 | 0 | 53 | 25 | 17 | 512 | 66 | 103 |
| Binary | 11011000 | 1111100 | 10101010 | 0 | 101011 | 10101 | 1111 | 101001010 | 110110 | 1000011 |
Color Harmonies of #D87CAA
Complementary color
Monochromatic Colors of #D87CAA
Black with #D87CAA
Text Example
Text Example
White with #D87CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87CAA; }
p { color: rgb(216,124,170); }
H1.HeaderClassName
{
color: #D87CAA;
}
.AnyTagClassName
{
color: #D87CAA;
}
</style>
background-color css
<style>
a { background-color: #D87CAA; }
a { background-color: rgb(216,124,170); }
div.DivClassName
{
background-color: #D87CAA;
}
.BgClassName
{
background-color: #D87CAA;
}
</style>
border-color css
<style>
span { border-color: #D87CAA; }
span { border-color: rgb(216,124,170); }
td.TdClassName
{
border-color: #D87CAA;
}
.TagClassName
{
border-color: #D87CAA;
}
</style>