Shades of Kobi #D189B0
Tints of Kobi #D189B0
RGB
CMYK
RGB Variations
Color information
#D189B0 (or 0xD189B0) is known color: Kobi. HEX triplet: D1, 89 and B0. RGB value is (209,137,176). Sum of RGB (Red+Green+Blue) = 209+137+176=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 209 - color contains mainly: red. Hex color #D189B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D189B0 is #2E764F. Grayscale: #A2A2A2. Windows color (decimal): -3044944 or 11569617. OLE color: 11569617.
HSL color Cylindrical-coordinate representation of color #D189B0: hue angle of 327.5º 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 #D189B0 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 137 | 176 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.18 |
| HSL | 327.5º | 0.44% | 0.68% | - |
| HSV(B) | 327.5º | 0.34% | 0.82% | - |
| XYZ | 43.08 | 34.58 | 45.48 | - |
| YUV | 162.97 | 135.35 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 137 | 176 | 0 | 0.34 | 0.16 | 0.18 | 327.5 | 0.44 | 0.68 |
| Hex | D1 | 89 | B0 | 0 | 22 | 10 | 12 | 148 | 2C | 44 |
| Octal | 321 | 211 | 260 | 0 | 42 | 20 | 22 | 510 | 54 | 104 |
| Binary | 11010001 | 10001001 | 10110000 | 0 | 100010 | 10000 | 10010 | 101001000 | 101100 | 1000100 |
Color Harmonies of #D189B0
Complementary color
Monochromatic Colors of #D189B0
Black with #D189B0
Text Example
Text Example
White with #D189B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D189B0; }
p { color: rgb(209,137,176); }
H1.HeaderClassName
{
color: #D189B0;
}
.AnyTagClassName
{
color: #D189B0;
}
</style>
background-color css
<style>
a { background-color: #D189B0; }
a { background-color: rgb(209,137,176); }
div.DivClassName
{
background-color: #D189B0;
}
.BgClassName
{
background-color: #D189B0;
}
</style>
border-color css
<style>
span { border-color: #D189B0; }
span { border-color: rgb(209,137,176); }
td.TdClassName
{
border-color: #D189B0;
}
.TagClassName
{
border-color: #D189B0;
}
</style>