Shades of Kobi #D49BAB
Tints of Kobi #D49BAB
RGB
CMYK
RGB Variations
Color information
#D49BAB (or 0xD49BAB) is known color: Kobi. HEX triplet: D4, 9B and AB. RGB value is (212,155,171). Sum of RGB (Red+Green+Blue) = 212+155+171=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49BAB is #2B6454. Grayscale: #ADADAD. Windows color (decimal): -2843733 or 11246548. OLE color: 11246548.
HSL color Cylindrical-coordinate representation of color #D49BAB: hue angle of 343.16º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D49BAB is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 155 | 171 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.17 |
| HSL | 343.16º | 0.4% | 0.72% | - |
| HSV(B) | 343.16º | 0.27% | 0.83% | - |
| XYZ | 46.22 | 40.38 | 43.89 | - |
| YUV | 173.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 155 | 171 | 0 | 0.27 | 0.19 | 0.17 | 343.16 | 0.4 | 0.72 |
| Hex | D4 | 9B | AB | 0 | 1B | 13 | 11 | 157 | 28 | 48 |
| Octal | 324 | 233 | 253 | 0 | 33 | 23 | 21 | 527 | 50 | 110 |
| Binary | 11010100 | 10011011 | 10101011 | 0 | 11011 | 10011 | 10001 | 101010111 | 101000 | 1001000 |
Color Harmonies of #D49BAB
Complementary color
Monochromatic Colors of #D49BAB
Black with #D49BAB
Text Example
Text Example
White with #D49BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49BAB; }
p { color: rgb(212,155,171); }
H1.HeaderClassName
{
color: #D49BAB;
}
.AnyTagClassName
{
color: #D49BAB;
}
</style>
background-color css
<style>
a { background-color: #D49BAB; }
a { background-color: rgb(212,155,171); }
div.DivClassName
{
background-color: #D49BAB;
}
.BgClassName
{
background-color: #D49BAB;
}
</style>
border-color css
<style>
span { border-color: #D49BAB; }
span { border-color: rgb(212,155,171); }
td.TdClassName
{
border-color: #D49BAB;
}
.TagClassName
{
border-color: #D49BAB;
}
</style>