Shades of Kobi #D79BAB
Tints of Kobi #D79BAB
RGB
CMYK
RGB Variations
Color information
#D79BAB (or 0xD79BAB) is known color: Kobi. HEX triplet: D7, 9B and AB. RGB value is (215,155,171). Sum of RGB (Red+Green+Blue) = 215+155+171=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D79BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79BAB is #286454. Grayscale: #AEAEAE. Windows color (decimal): -2647125 or 11246551. OLE color: 11246551.
HSL color Cylindrical-coordinate representation of color #D79BAB: hue angle of 344º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D79BAB is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 155 | 171 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.16 |
| HSL | 344º | 0.43% | 0.73% | - |
| HSV(B) | 344º | 0.28% | 0.84% | - |
| XYZ | 47.1 | 40.83 | 43.93 | - |
| YUV | 174.76 | 125.88 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 155 | 171 | 0 | 0.28 | 0.20 | 0.16 | 344 | 0.43 | 0.73 |
| Hex | D7 | 9B | AB | 0 | 1C | 14 | 10 | 158 | 2B | 49 |
| Octal | 327 | 233 | 253 | 0 | 34 | 24 | 20 | 530 | 53 | 111 |
| Binary | 11010111 | 10011011 | 10101011 | 0 | 11100 | 10100 | 10000 | 101011000 | 101011 | 1001001 |
Color Harmonies of #D79BAB
Complementary color
Monochromatic Colors of #D79BAB
Black with #D79BAB
Text Example
Text Example
White with #D79BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79BAB; }
p { color: rgb(215,155,171); }
H1.HeaderClassName
{
color: #D79BAB;
}
.AnyTagClassName
{
color: #D79BAB;
}
</style>
background-color css
<style>
a { background-color: #D79BAB; }
a { background-color: rgb(215,155,171); }
div.DivClassName
{
background-color: #D79BAB;
}
.BgClassName
{
background-color: #D79BAB;
}
</style>
border-color css
<style>
span { border-color: #D79BAB; }
span { border-color: rgb(215,155,171); }
td.TdClassName
{
border-color: #D79BAB;
}
.TagClassName
{
border-color: #D79BAB;
}
</style>