Shades of Kobi #D191AB
Tints of Kobi #D191AB
RGB
CMYK
RGB Variations
Color information
#D191AB (or 0xD191AB) is known color: Kobi. HEX triplet: D1, 91 and AB. RGB value is (209,145,171). Sum of RGB (Red+Green+Blue) = 209+145+171=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D191AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D191AB is #2E6E54. Grayscale: #A7A7A7. Windows color (decimal): -3042901 or 11243985. OLE color: 11243985.
HSL color Cylindrical-coordinate representation of color #D191AB: hue angle of 335.62º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D191AB is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 171 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.18 |
| HSL | 335.63º | 0.41% | 0.69% | - |
| HSV(B) | 335.63º | 0.31% | 0.82% | - |
| XYZ | 43.77 | 36.75 | 43.31 | - |
| YUV | 167.1 | 130.2 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 171 | 0 | 0.31 | 0.18 | 0.18 | 335.63 | 0.41 | 0.69 |
| Hex | D1 | 91 | AB | 0 | 1F | 12 | 12 | 150 | 29 | 45 |
| Octal | 321 | 221 | 253 | 0 | 37 | 22 | 22 | 520 | 51 | 105 |
| Binary | 11010001 | 10010001 | 10101011 | 0 | 11111 | 10010 | 10010 | 101010000 | 101001 | 1000101 |
Color Harmonies of #D191AB
Complementary color
Monochromatic Colors of #D191AB
Black with #D191AB
Text Example
Text Example
White with #D191AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D191AB; }
p { color: rgb(209,145,171); }
H1.HeaderClassName
{
color: #D191AB;
}
.AnyTagClassName
{
color: #D191AB;
}
</style>
background-color css
<style>
a { background-color: #D191AB; }
a { background-color: rgb(209,145,171); }
div.DivClassName
{
background-color: #D191AB;
}
.BgClassName
{
background-color: #D191AB;
}
</style>
border-color css
<style>
span { border-color: #D191AB; }
span { border-color: rgb(209,145,171); }
td.TdClassName
{
border-color: #D191AB;
}
.TagClassName
{
border-color: #D191AB;
}
</style>