Shades of Kobi #D186AD
Tints of Kobi #D186AD
RGB
CMYK
RGB Variations
Color information
#D186AD (or 0xD186AD) is known color: Kobi. HEX triplet: D1, 86 and AD. RGB value is (209,134,173). Sum of RGB (Red+Green+Blue) = 209+134+173=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D186AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D186AD is #2E7952. Grayscale: #A0A0A0. Windows color (decimal): -3045715 or 11372241. OLE color: 11372241.
HSL color Cylindrical-coordinate representation of color #D186AD: hue angle of 328.8º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D186AD is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 134 | 173 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.18 |
| HSL | 328.8º | 0.45% | 0.67% | - |
| HSV(B) | 328.8º | 0.36% | 0.82% | - |
| XYZ | 42.36 | 33.62 | 43.79 | - |
| YUV | 160.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 134 | 173 | 0 | 0.36 | 0.17 | 0.18 | 328.8 | 0.45 | 0.67 |
| Hex | D1 | 86 | AD | 0 | 24 | 11 | 12 | 149 | 2D | 43 |
| Octal | 321 | 206 | 255 | 0 | 44 | 21 | 22 | 511 | 55 | 103 |
| Binary | 11010001 | 10000110 | 10101101 | 0 | 100100 | 10001 | 10010 | 101001001 | 101101 | 1000011 |
Color Harmonies of #D186AD
Complementary color
Monochromatic Colors of #D186AD
Black with #D186AD
Text Example
Text Example
White with #D186AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D186AD; }
p { color: rgb(209,134,173); }
H1.HeaderClassName
{
color: #D186AD;
}
.AnyTagClassName
{
color: #D186AD;
}
</style>
background-color css
<style>
a { background-color: #D186AD; }
a { background-color: rgb(209,134,173); }
div.DivClassName
{
background-color: #D186AD;
}
.BgClassName
{
background-color: #D186AD;
}
</style>
border-color css
<style>
span { border-color: #D186AD; }
span { border-color: rgb(209,134,173); }
td.TdClassName
{
border-color: #D186AD;
}
.TagClassName
{
border-color: #D186AD;
}
</style>