Shades of Kobi #D192AB
Tints of Kobi #D192AB
RGB
CMYK
RGB Variations
Color information
#D192AB (or 0xD192AB) is known color: Kobi. HEX triplet: D1, 92 and AB. RGB value is (209,146,171). Sum of RGB (Red+Green+Blue) = 209+146+171=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 209 - color contains mainly: red. Hex color #D192AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D192AB is #2E6D54. Grayscale: #A7A7A7. Windows color (decimal): -3042645 or 11244241. OLE color: 11244241.
HSL color Cylindrical-coordinate representation of color #D192AB: hue angle of 336.19º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D192AB is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 146 | 171 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.18 |
| HSL | 336.19º | 0.41% | 0.7% | - |
| HSV(B) | 336.19º | 0.3% | 0.82% | - |
| XYZ | 43.92 | 37.05 | 43.37 | - |
| YUV | 167.69 | 129.87 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 171 | 0 | 0.30 | 0.18 | 0.18 | 336.19 | 0.41 | 0.7 |
| Hex | D1 | 92 | AB | 0 | 1E | 12 | 12 | 150 | 29 | 46 |
| Octal | 321 | 222 | 253 | 0 | 36 | 22 | 22 | 520 | 51 | 106 |
| Binary | 11010001 | 10010010 | 10101011 | 0 | 11110 | 10010 | 10010 | 101010000 | 101001 | 1000110 |
Color Harmonies of #D192AB
Complementary color
Monochromatic Colors of #D192AB
Black with #D192AB
Text Example
Text Example
White with #D192AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D192AB; }
p { color: rgb(209,146,171); }
H1.HeaderClassName
{
color: #D192AB;
}
.AnyTagClassName
{
color: #D192AB;
}
</style>
background-color css
<style>
a { background-color: #D192AB; }
a { background-color: rgb(209,146,171); }
div.DivClassName
{
background-color: #D192AB;
}
.BgClassName
{
background-color: #D192AB;
}
</style>
border-color css
<style>
span { border-color: #D192AB; }
span { border-color: rgb(209,146,171); }
td.TdClassName
{
border-color: #D192AB;
}
.TagClassName
{
border-color: #D192AB;
}
</style>