Shades of Kobi #D79DB0
Tints of Kobi #D79DB0
RGB
CMYK
RGB Variations
Color information
#D79DB0 (or 0xD79DB0) is known color: Kobi. HEX triplet: D7, 9D and B0. RGB value is (215,157,176). Sum of RGB (Red+Green+Blue) = 215+157+176=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 215 - color contains mainly: red. Hex color #D79DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79DB0 is #28624F. Grayscale: #B0B0B0. Windows color (decimal): -2646608 or 11574743. OLE color: 11574743.
HSL color Cylindrical-coordinate representation of color #D79DB0: hue angle of 340.34º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D79DB0 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 157 | 176 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.16 |
| HSL | 340.34º | 0.42% | 0.73% | - |
| HSV(B) | 340.34º | 0.27% | 0.84% | - |
| XYZ | 47.92 | 41.7 | 46.6 | - |
| YUV | 176.51 | 127.72 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 157 | 176 | 0 | 0.27 | 0.18 | 0.16 | 340.34 | 0.42 | 0.73 |
| Hex | D7 | 9D | B0 | 0 | 1B | 12 | 10 | 154 | 2A | 49 |
| Octal | 327 | 235 | 260 | 0 | 33 | 22 | 20 | 524 | 52 | 111 |
| Binary | 11010111 | 10011101 | 10110000 | 0 | 11011 | 10010 | 10000 | 101010100 | 101010 | 1001001 |
Color Harmonies of #D79DB0
Complementary color
Monochromatic Colors of #D79DB0
Black with #D79DB0
Text Example
Text Example
White with #D79DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79DB0; }
p { color: rgb(215,157,176); }
H1.HeaderClassName
{
color: #D79DB0;
}
.AnyTagClassName
{
color: #D79DB0;
}
</style>
background-color css
<style>
a { background-color: #D79DB0; }
a { background-color: rgb(215,157,176); }
div.DivClassName
{
background-color: #D79DB0;
}
.BgClassName
{
background-color: #D79DB0;
}
</style>
border-color css
<style>
span { border-color: #D79DB0; }
span { border-color: rgb(215,157,176); }
td.TdClassName
{
border-color: #D79DB0;
}
.TagClassName
{
border-color: #D79DB0;
}
</style>