Shades of Kobi #D786A7
Tints of Kobi #D786A7
RGB
CMYK
RGB Variations
Color information
#D786A7 (or 0xD786A7) is known color: Kobi. HEX triplet: D7, 86 and A7. RGB value is (215,134,167). Sum of RGB (Red+Green+Blue) = 215+134+167=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 167 (65.62% from 255 or 32.36% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D786A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D786A7 is #287958. Grayscale: #A1A1A1. Windows color (decimal): -2652505 or 10979031. OLE color: 10979031.
HSL color Cylindrical-coordinate representation of color #D786A7: hue angle of 335.56º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D786A7 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 134 | 167 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.16 |
| HSL | 335.56º | 0.5% | 0.68% | - |
| HSV(B) | 335.56º | 0.38% | 0.84% | - |
| XYZ | 43.52 | 34.29 | 40.88 | - |
| YUV | 161.98 | 130.84 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 134 | 167 | 0 | 0.38 | 0.22 | 0.16 | 335.56 | 0.5 | 0.68 |
| Hex | D7 | 86 | A7 | 0 | 26 | 16 | 10 | 150 | 32 | 44 |
| Octal | 327 | 206 | 247 | 0 | 46 | 26 | 20 | 520 | 62 | 104 |
| Binary | 11010111 | 10000110 | 10100111 | 0 | 100110 | 10110 | 10000 | 101010000 | 110010 | 1000100 |
Color Harmonies of #D786A7
Complementary color
Monochromatic Colors of #D786A7
Black with #D786A7
Text Example
Text Example
White with #D786A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D786A7; }
p { color: rgb(215,134,167); }
H1.HeaderClassName
{
color: #D786A7;
}
.AnyTagClassName
{
color: #D786A7;
}
</style>
background-color css
<style>
a { background-color: #D786A7; }
a { background-color: rgb(215,134,167); }
div.DivClassName
{
background-color: #D786A7;
}
.BgClassName
{
background-color: #D786A7;
}
</style>
border-color css
<style>
span { border-color: #D786A7; }
span { border-color: rgb(215,134,167); }
td.TdClassName
{
border-color: #D786A7;
}
.TagClassName
{
border-color: #D786A7;
}
</style>