Shades of Kobi #D189AF
Tints of Kobi #D189AF
RGB
CMYK
RGB Variations
Color information
#D189AF (or 0xD189AF) is known color: Kobi. HEX triplet: D1, 89 and AF. RGB value is (209,137,175). Sum of RGB (Red+Green+Blue) = 209+137+175=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D189AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D189AF is #2E7650. Grayscale: #A2A2A2. Windows color (decimal): -3044945 or 11504081. OLE color: 11504081.
HSL color Cylindrical-coordinate representation of color #D189AF: hue angle of 328.33º 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 #D189AF is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 137 | 175 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.18 |
| HSL | 328.33º | 0.44% | 0.68% | - |
| HSV(B) | 328.33º | 0.34% | 0.82% | - |
| XYZ | 42.98 | 34.54 | 44.96 | - |
| YUV | 162.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 137 | 175 | 0 | 0.34 | 0.16 | 0.18 | 328.33 | 0.44 | 0.68 |
| Hex | D1 | 89 | AF | 0 | 22 | 10 | 12 | 148 | 2C | 44 |
| Octal | 321 | 211 | 257 | 0 | 42 | 20 | 22 | 510 | 54 | 104 |
| Binary | 11010001 | 10001001 | 10101111 | 0 | 100010 | 10000 | 10010 | 101001000 | 101100 | 1000100 |
Color Harmonies of #D189AF
Complementary color
Monochromatic Colors of #D189AF
Black with #D189AF
Text Example
Text Example
White with #D189AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D189AF; }
p { color: rgb(209,137,175); }
H1.HeaderClassName
{
color: #D189AF;
}
.AnyTagClassName
{
color: #D189AF;
}
</style>
background-color css
<style>
a { background-color: #D189AF; }
a { background-color: rgb(209,137,175); }
div.DivClassName
{
background-color: #D189AF;
}
.BgClassName
{
background-color: #D189AF;
}
</style>
border-color css
<style>
span { border-color: #D189AF; }
span { border-color: rgb(209,137,175); }
td.TdClassName
{
border-color: #D189AF;
}
.TagClassName
{
border-color: #D189AF;
}
</style>