Shades of Kobi #D49BA9
Tints of Kobi #D49BA9
RGB
CMYK
RGB Variations
Color information
#D49BA9 (or 0xD49BA9) is known color: Kobi. HEX triplet: D4, 9B and A9. RGB value is (212,155,169). Sum of RGB (Red+Green+Blue) = 212+155+169=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 212 - color contains mainly: red. Hex color #D49BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49BA9 is #2B6456. Grayscale: #ADADAD. Windows color (decimal): -2843735 or 11115476. OLE color: 11115476.
HSL color Cylindrical-coordinate representation of color #D49BA9: hue angle of 345.26º 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 #D49BA9 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 155 | 169 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.17 |
| HSL | 345.26º | 0.4% | 0.72% | - |
| HSV(B) | 345.26º | 0.27% | 0.83% | - |
| XYZ | 46.03 | 40.3 | 42.89 | - |
| YUV | 173.64 | 125.38 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 155 | 169 | 0 | 0.27 | 0.20 | 0.17 | 345.26 | 0.4 | 0.72 |
| Hex | D4 | 9B | A9 | 0 | 1B | 14 | 11 | 159 | 28 | 48 |
| Octal | 324 | 233 | 251 | 0 | 33 | 24 | 21 | 531 | 50 | 110 |
| Binary | 11010100 | 10011011 | 10101001 | 0 | 11011 | 10100 | 10001 | 101011001 | 101000 | 1001000 |
Color Harmonies of #D49BA9
Complementary color
Monochromatic Colors of #D49BA9
Black with #D49BA9
Text Example
Text Example
White with #D49BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49BA9; }
p { color: rgb(212,155,169); }
H1.HeaderClassName
{
color: #D49BA9;
}
.AnyTagClassName
{
color: #D49BA9;
}
</style>
background-color css
<style>
a { background-color: #D49BA9; }
a { background-color: rgb(212,155,169); }
div.DivClassName
{
background-color: #D49BA9;
}
.BgClassName
{
background-color: #D49BA9;
}
</style>
border-color css
<style>
span { border-color: #D49BA9; }
span { border-color: rgb(212,155,169); }
td.TdClassName
{
border-color: #D49BA9;
}
.TagClassName
{
border-color: #D49BA9;
}
</style>