Shades of Kobi #D185AC
Tints of Kobi #D185AC
RGB
CMYK
RGB Variations
Color information
#D185AC (or 0xD185AC) is known color: Kobi. HEX triplet: D1, 85 and AC. RGB value is (209,133,172). Sum of RGB (Red+Green+Blue) = 209+133+172=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D185AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D185AC is #2E7A53. Grayscale: #A0A0A0. Windows color (decimal): -3045972 or 11306449. OLE color: 11306449.
HSL color Cylindrical-coordinate representation of color #D185AC: hue angle of 329.21º 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 #D185AC is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 172 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.18 |
| HSL | 329.21º | 0.45% | 0.67% | - |
| HSV(B) | 329.21º | 0.36% | 0.82% | - |
| XYZ | 42.13 | 33.31 | 43.24 | - |
| YUV | 160.17 | 134.68 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 172 | 0 | 0.36 | 0.18 | 0.18 | 329.21 | 0.45 | 0.67 |
| Hex | D1 | 85 | AC | 0 | 24 | 12 | 12 | 149 | 2D | 43 |
| Octal | 321 | 205 | 254 | 0 | 44 | 22 | 22 | 511 | 55 | 103 |
| Binary | 11010001 | 10000101 | 10101100 | 0 | 100100 | 10010 | 10010 | 101001001 | 101101 | 1000011 |
Color Harmonies of #D185AC
Complementary color
Monochromatic Colors of #D185AC
Black with #D185AC
Text Example
Text Example
White with #D185AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D185AC; }
p { color: rgb(209,133,172); }
H1.HeaderClassName
{
color: #D185AC;
}
.AnyTagClassName
{
color: #D185AC;
}
</style>
background-color css
<style>
a { background-color: #D185AC; }
a { background-color: rgb(209,133,172); }
div.DivClassName
{
background-color: #D185AC;
}
.BgClassName
{
background-color: #D185AC;
}
</style>
border-color css
<style>
span { border-color: #D185AC; }
span { border-color: rgb(209,133,172); }
td.TdClassName
{
border-color: #D185AC;
}
.TagClassName
{
border-color: #D185AC;
}
</style>