Shades of Kobi #D49FB1
Tints of Kobi #D49FB1
RGB
CMYK
RGB Variations
Color information
#D49FB1 (or 0xD49FB1) is known color: Kobi. HEX triplet: D4, 9F and B1. RGB value is (212,159,177). Sum of RGB (Red+Green+Blue) = 212+159+177=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 212 - color contains mainly: red. Hex color #D49FB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49FB1 is #2B604E. Grayscale: #B0B0B0. Windows color (decimal): -2842703 or 11640788. OLE color: 11640788.
HSL color Cylindrical-coordinate representation of color #D49FB1: hue angle of 339.62º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D49FB1 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 159 | 177 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.17 |
| HSL | 339.62º | 0.38% | 0.73% | - |
| HSV(B) | 339.62º | 0.25% | 0.83% | - |
| XYZ | 47.49 | 41.97 | 47.19 | - |
| YUV | 176.9 | 128.06 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 159 | 177 | 0 | 0.25 | 0.17 | 0.17 | 339.62 | 0.38 | 0.73 |
| Hex | D4 | 9F | B1 | 0 | 19 | 11 | 11 | 154 | 26 | 49 |
| Octal | 324 | 237 | 261 | 0 | 31 | 21 | 21 | 524 | 46 | 111 |
| Binary | 11010100 | 10011111 | 10110001 | 0 | 11001 | 10001 | 10001 | 101010100 | 100110 | 1001001 |
Color Harmonies of #D49FB1
Complementary color
Monochromatic Colors of #D49FB1
Black with #D49FB1
Text Example
Text Example
White with #D49FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49FB1; }
p { color: rgb(212,159,177); }
H1.HeaderClassName
{
color: #D49FB1;
}
.AnyTagClassName
{
color: #D49FB1;
}
</style>
background-color css
<style>
a { background-color: #D49FB1; }
a { background-color: rgb(212,159,177); }
div.DivClassName
{
background-color: #D49FB1;
}
.BgClassName
{
background-color: #D49FB1;
}
</style>
border-color css
<style>
span { border-color: #D49FB1; }
span { border-color: rgb(212,159,177); }
td.TdClassName
{
border-color: #D49FB1;
}
.TagClassName
{
border-color: #D49FB1;
}
</style>