Shades of Kobi #D185AF
Tints of Kobi #D185AF
RGB
CMYK
RGB Variations
Color information
#D185AF (or 0xD185AF) is known color: Kobi. HEX triplet: D1, 85 and AF. RGB value is (209,133,175). Sum of RGB (Red+Green+Blue) = 209+133+175=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D185AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D185AF is #2E7A50. Grayscale: #A0A0A0. Windows color (decimal): -3045969 or 11503057. OLE color: 11503057.
HSL color Cylindrical-coordinate representation of color #D185AF: hue angle of 326.84º 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 #D185AF is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 175 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.18 |
| HSL | 326.84º | 0.45% | 0.67% | - |
| HSV(B) | 326.84º | 0.36% | 0.82% | - |
| XYZ | 42.42 | 33.43 | 44.77 | - |
| YUV | 160.51 | 136.18 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 175 | 0 | 0.36 | 0.16 | 0.18 | 326.84 | 0.45 | 0.67 |
| Hex | D1 | 85 | AF | 0 | 24 | 10 | 12 | 147 | 2D | 43 |
| Octal | 321 | 205 | 257 | 0 | 44 | 20 | 22 | 507 | 55 | 103 |
| Binary | 11010001 | 10000101 | 10101111 | 0 | 100100 | 10000 | 10010 | 101000111 | 101101 | 1000011 |
Color Harmonies of #D185AF
Complementary color
Monochromatic Colors of #D185AF
Black with #D185AF
Text Example
Text Example
White with #D185AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D185AF; }
p { color: rgb(209,133,175); }
H1.HeaderClassName
{
color: #D185AF;
}
.AnyTagClassName
{
color: #D185AF;
}
</style>
background-color css
<style>
a { background-color: #D185AF; }
a { background-color: rgb(209,133,175); }
div.DivClassName
{
background-color: #D185AF;
}
.BgClassName
{
background-color: #D185AF;
}
</style>
border-color css
<style>
span { border-color: #D185AF; }
span { border-color: rgb(209,133,175); }
td.TdClassName
{
border-color: #D185AF;
}
.TagClassName
{
border-color: #D185AF;
}
</style>