Shades of Kobi #D185AB
Tints of Kobi #D185AB
RGB
CMYK
RGB Variations
Color information
#D185AB (or 0xD185AB) is known color: Kobi. HEX triplet: D1, 85 and AB. RGB value is (209,133,171). Sum of RGB (Red+Green+Blue) = 209+133+171=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D185AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D185AB is #2E7A54. Grayscale: #9F9F9F. Windows color (decimal): -3045973 or 11240913. OLE color: 11240913.
HSL color Cylindrical-coordinate representation of color #D185AB: hue angle of 330º 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 #D185AB is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 171 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.18 |
| HSL | 330º | 0.45% | 0.67% | - |
| HSV(B) | 330º | 0.36% | 0.82% | - |
| XYZ | 42.03 | 33.27 | 42.73 | - |
| YUV | 160.06 | 134.18 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 171 | 0 | 0.36 | 0.18 | 0.18 | 330 | 0.45 | 0.67 |
| Hex | D1 | 85 | AB | 0 | 24 | 12 | 12 | 14A | 2D | 43 |
| Octal | 321 | 205 | 253 | 0 | 44 | 22 | 22 | 512 | 55 | 103 |
| Binary | 11010001 | 10000101 | 10101011 | 0 | 100100 | 10010 | 10010 | 101001010 | 101101 | 1000011 |
Color Harmonies of #D185AB
Complementary color
Monochromatic Colors of #D185AB
Black with #D185AB
Text Example
Text Example
White with #D185AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D185AB; }
p { color: rgb(209,133,171); }
H1.HeaderClassName
{
color: #D185AB;
}
.AnyTagClassName
{
color: #D185AB;
}
</style>
background-color css
<style>
a { background-color: #D185AB; }
a { background-color: rgb(209,133,171); }
div.DivClassName
{
background-color: #D185AB;
}
.BgClassName
{
background-color: #D185AB;
}
</style>
border-color css
<style>
span { border-color: #D185AB; }
span { border-color: rgb(209,133,171); }
td.TdClassName
{
border-color: #D185AB;
}
.TagClassName
{
border-color: #D185AB;
}
</style>