Shades of Kobi #D79BA9
Tints of Kobi #D79BA9
RGB
CMYK
RGB Variations
Color information
#D79BA9 (or 0xD79BA9) is known color: Kobi. HEX triplet: D7, 9B and A9. RGB value is (215,155,169). Sum of RGB (Red+Green+Blue) = 215+155+169=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 169 (66.41% from 255 or 31.35% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D79BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79BA9 is #286456. Grayscale: #AEAEAE. Windows color (decimal): -2647127 or 11115479. OLE color: 11115479.
HSL color Cylindrical-coordinate representation of color #D79BA9: hue angle of 346º 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 #D79BA9 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 155 | 169 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.16 |
| HSL | 346º | 0.43% | 0.73% | - |
| HSV(B) | 346º | 0.28% | 0.84% | - |
| XYZ | 46.91 | 40.75 | 42.93 | - |
| YUV | 174.54 | 124.88 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 155 | 169 | 0 | 0.28 | 0.21 | 0.16 | 346 | 0.43 | 0.73 |
| Hex | D7 | 9B | A9 | 0 | 1C | 15 | 10 | 15A | 2B | 49 |
| Octal | 327 | 233 | 251 | 0 | 34 | 25 | 20 | 532 | 53 | 111 |
| Binary | 11010111 | 10011011 | 10101001 | 0 | 11100 | 10101 | 10000 | 101011010 | 101011 | 1001001 |
Color Harmonies of #D79BA9
Complementary color
Monochromatic Colors of #D79BA9
Black with #D79BA9
Text Example
Text Example
White with #D79BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79BA9; }
p { color: rgb(215,155,169); }
H1.HeaderClassName
{
color: #D79BA9;
}
.AnyTagClassName
{
color: #D79BA9;
}
</style>
background-color css
<style>
a { background-color: #D79BA9; }
a { background-color: rgb(215,155,169); }
div.DivClassName
{
background-color: #D79BA9;
}
.BgClassName
{
background-color: #D79BA9;
}
</style>
border-color css
<style>
span { border-color: #D79BA9; }
span { border-color: rgb(215,155,169); }
td.TdClassName
{
border-color: #D79BA9;
}
.TagClassName
{
border-color: #D79BA9;
}
</style>