Shades of Kobi #D189AB
Tints of Kobi #D189AB
RGB
CMYK
RGB Variations
Color information
#D189AB (or 0xD189AB) is known color: Kobi. HEX triplet: D1, 89 and AB. RGB value is (209,137,171). Sum of RGB (Red+Green+Blue) = 209+137+171=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D189AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D189AB is #2E7654. Grayscale: #A2A2A2. Windows color (decimal): -3044949 or 11241937. OLE color: 11241937.
HSL color Cylindrical-coordinate representation of color #D189AB: hue angle of 331.67º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D189AB is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 137 | 171 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.18 |
| HSL | 331.67º | 0.44% | 0.68% | - |
| HSV(B) | 331.67º | 0.34% | 0.82% | - |
| XYZ | 42.59 | 34.39 | 42.92 | - |
| YUV | 162.4 | 132.85 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 137 | 171 | 0 | 0.34 | 0.18 | 0.18 | 331.67 | 0.44 | 0.68 |
| Hex | D1 | 89 | AB | 0 | 22 | 12 | 12 | 14C | 2C | 44 |
| Octal | 321 | 211 | 253 | 0 | 42 | 22 | 22 | 514 | 54 | 104 |
| Binary | 11010001 | 10001001 | 10101011 | 0 | 100010 | 10010 | 10010 | 101001100 | 101100 | 1000100 |
Color Harmonies of #D189AB
Complementary color
Monochromatic Colors of #D189AB
Black with #D189AB
Text Example
Text Example
White with #D189AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D189AB; }
p { color: rgb(209,137,171); }
H1.HeaderClassName
{
color: #D189AB;
}
.AnyTagClassName
{
color: #D189AB;
}
</style>
background-color css
<style>
a { background-color: #D189AB; }
a { background-color: rgb(209,137,171); }
div.DivClassName
{
background-color: #D189AB;
}
.BgClassName
{
background-color: #D189AB;
}
</style>
border-color css
<style>
span { border-color: #D189AB; }
span { border-color: rgb(209,137,171); }
td.TdClassName
{
border-color: #D189AB;
}
.TagClassName
{
border-color: #D189AB;
}
</style>