Shades of Kobi #D9A1B6
Tints of Kobi #D9A1B6
RGB
CMYK
RGB Variations
Color information
#D9A1B6 (or 0xD9A1B6) is known color: Kobi. HEX triplet: D9, A1 and B6. RGB value is (217,161,182). Sum of RGB (Red+Green+Blue) = 217+161+182=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 161 (63.28% from 255 or 28.75% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A1B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A1B6 is #265E49. Grayscale: #B4B4B4. Windows color (decimal): -2514506 or 11968985. OLE color: 11968985.
HSL color Cylindrical-coordinate representation of color #D9A1B6: hue angle of 337.5º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9A1B6 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 161 | 182 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.15 |
| HSL | 337.5º | 0.42% | 0.74% | - |
| HSV(B) | 337.5º | 0.26% | 0.85% | - |
| XYZ | 49.8 | 43.62 | 50.05 | - |
| YUV | 180.14 | 129.05 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 161 | 182 | 0 | 0.26 | 0.16 | 0.15 | 337.5 | 0.42 | 0.74 |
| Hex | D9 | A1 | B6 | 0 | 1A | 10 | F | 152 | 2A | 4A |
| Octal | 331 | 241 | 266 | 0 | 32 | 20 | 17 | 522 | 52 | 112 |
| Binary | 11011001 | 10100001 | 10110110 | 0 | 11010 | 10000 | 1111 | 101010010 | 101010 | 1001010 |
Color Harmonies of #D9A1B6
Complementary color
Monochromatic Colors of #D9A1B6
Black with #D9A1B6
Text Example
Text Example
White with #D9A1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A1B6; }
p { color: rgb(217,161,182); }
H1.HeaderClassName
{
color: #D9A1B6;
}
.AnyTagClassName
{
color: #D9A1B6;
}
</style>
background-color css
<style>
a { background-color: #D9A1B6; }
a { background-color: rgb(217,161,182); }
div.DivClassName
{
background-color: #D9A1B6;
}
.BgClassName
{
background-color: #D9A1B6;
}
</style>
border-color css
<style>
span { border-color: #D9A1B6; }
span { border-color: rgb(217,161,182); }
td.TdClassName
{
border-color: #D9A1B6;
}
.TagClassName
{
border-color: #D9A1B6;
}
</style>