Shades of Kobi #D189AC
Tints of Kobi #D189AC
RGB
CMYK
RGB Variations
Color information
#D189AC (or 0xD189AC) is known color: Kobi. HEX triplet: D1, 89 and AC. RGB value is (209,137,172). Sum of RGB (Red+Green+Blue) = 209+137+172=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D189AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D189AC is #2E7653. Grayscale: #A2A2A2. Windows color (decimal): -3044948 or 11307473. OLE color: 11307473.
HSL color Cylindrical-coordinate representation of color #D189AC: hue angle of 330.83º 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 #D189AC is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 137 | 172 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.18 |
| HSL | 330.83º | 0.44% | 0.68% | - |
| HSV(B) | 330.83º | 0.34% | 0.82% | - |
| XYZ | 42.69 | 34.43 | 43.42 | - |
| YUV | 162.52 | 133.35 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 137 | 172 | 0 | 0.34 | 0.18 | 0.18 | 330.83 | 0.44 | 0.68 |
| Hex | D1 | 89 | AC | 0 | 22 | 12 | 12 | 14B | 2C | 44 |
| Octal | 321 | 211 | 254 | 0 | 42 | 22 | 22 | 513 | 54 | 104 |
| Binary | 11010001 | 10001001 | 10101100 | 0 | 100010 | 10010 | 10010 | 101001011 | 101100 | 1000100 |
Color Harmonies of #D189AC
Complementary color
Monochromatic Colors of #D189AC
Black with #D189AC
Text Example
Text Example
White with #D189AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D189AC; }
p { color: rgb(209,137,172); }
H1.HeaderClassName
{
color: #D189AC;
}
.AnyTagClassName
{
color: #D189AC;
}
</style>
background-color css
<style>
a { background-color: #D189AC; }
a { background-color: rgb(209,137,172); }
div.DivClassName
{
background-color: #D189AC;
}
.BgClassName
{
background-color: #D189AC;
}
</style>
border-color css
<style>
span { border-color: #D189AC; }
span { border-color: rgb(209,137,172); }
td.TdClassName
{
border-color: #D189AC;
}
.TagClassName
{
border-color: #D189AC;
}
</style>