Shades of Kobi #D9A1B0
Tints of Kobi #D9A1B0
RGB
CMYK
RGB Variations
Color information
#D9A1B0 (or 0xD9A1B0) is known color: Kobi. HEX triplet: D9, A1 and B0. RGB value is (217,161,176). Sum of RGB (Red+Green+Blue) = 217+161+176=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A1B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A1B0 is #265E4F. Grayscale: #B3B3B3. Windows color (decimal): -2514512 or 11575769. OLE color: 11575769.
HSL color Cylindrical-coordinate representation of color #D9A1B0: hue angle of 343.93º 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 #D9A1B0 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 161 | 176 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.15 |
| HSL | 343.93º | 0.42% | 0.74% | - |
| HSV(B) | 343.93º | 0.26% | 0.85% | - |
| XYZ | 49.2 | 43.38 | 46.85 | - |
| YUV | 179.45 | 126.05 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 161 | 176 | 0 | 0.26 | 0.19 | 0.15 | 343.93 | 0.42 | 0.74 |
| Hex | D9 | A1 | B0 | 0 | 1A | 13 | F | 158 | 2A | 4A |
| Octal | 331 | 241 | 260 | 0 | 32 | 23 | 17 | 530 | 52 | 112 |
| Binary | 11011001 | 10100001 | 10110000 | 0 | 11010 | 10011 | 1111 | 101011000 | 101010 | 1001010 |
Color Harmonies of #D9A1B0
Complementary color
Monochromatic Colors of #D9A1B0
Black with #D9A1B0
Text Example
Text Example
White with #D9A1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A1B0; }
p { color: rgb(217,161,176); }
H1.HeaderClassName
{
color: #D9A1B0;
}
.AnyTagClassName
{
color: #D9A1B0;
}
</style>
background-color css
<style>
a { background-color: #D9A1B0; }
a { background-color: rgb(217,161,176); }
div.DivClassName
{
background-color: #D9A1B0;
}
.BgClassName
{
background-color: #D9A1B0;
}
</style>
border-color css
<style>
span { border-color: #D9A1B0; }
span { border-color: rgb(217,161,176); }
td.TdClassName
{
border-color: #D9A1B0;
}
.TagClassName
{
border-color: #D9A1B0;
}
</style>