Shades of Kobi #D39BAB
Tints of Kobi #D39BAB
RGB
CMYK
RGB Variations
Color information
#D39BAB (or 0xD39BAB) is known color: Kobi. HEX triplet: D3, 9B and AB. RGB value is (211,155,171). Sum of RGB (Red+Green+Blue) = 211+155+171=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 211 - color contains mainly: red. Hex color #D39BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39BAB is #2C6454. Grayscale: #ADADAD. Windows color (decimal): -2909269 or 11246547. OLE color: 11246547.
HSL color Cylindrical-coordinate representation of color #D39BAB: hue angle of 342.86º degrees, saturation: 0.39, 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 #D39BAB is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 155 | 171 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.17 |
| HSL | 342.86º | 0.39% | 0.72% | - |
| HSV(B) | 342.86º | 0.27% | 0.83% | - |
| XYZ | 45.94 | 40.23 | 43.87 | - |
| YUV | 173.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 155 | 171 | 0 | 0.27 | 0.19 | 0.17 | 342.86 | 0.39 | 0.72 |
| Hex | D3 | 9B | AB | 0 | 1B | 13 | 11 | 157 | 27 | 48 |
| Octal | 323 | 233 | 253 | 0 | 33 | 23 | 21 | 527 | 47 | 110 |
| Binary | 11010011 | 10011011 | 10101011 | 0 | 11011 | 10011 | 10001 | 101010111 | 100111 | 1001000 |
Color Harmonies of #D39BAB
Complementary color
Monochromatic Colors of #D39BAB
Black with #D39BAB
Text Example
Text Example
White with #D39BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39BAB; }
p { color: rgb(211,155,171); }
H1.HeaderClassName
{
color: #D39BAB;
}
.AnyTagClassName
{
color: #D39BAB;
}
</style>
background-color css
<style>
a { background-color: #D39BAB; }
a { background-color: rgb(211,155,171); }
div.DivClassName
{
background-color: #D39BAB;
}
.BgClassName
{
background-color: #D39BAB;
}
</style>
border-color css
<style>
span { border-color: #D39BAB; }
span { border-color: rgb(211,155,171); }
td.TdClassName
{
border-color: #D39BAB;
}
.TagClassName
{
border-color: #D39BAB;
}
</style>