Shades of Kobi #DB96A7
Tints of Kobi #DB96A7
RGB
CMYK
RGB Variations
Color information
#DB96A7 (or 0xDB96A7) is known color: Kobi. HEX triplet: DB, 96 and A7. RGB value is (219,150,167). Sum of RGB (Red+Green+Blue) = 219+150+167=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 167 (65.62% from 255 or 31.16% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB96A7 is #246958. Grayscale: #ACACAC. Windows color (decimal): -2386265 or 10983131. OLE color: 10983131.
HSL color Cylindrical-coordinate representation of color #DB96A7: hue angle of 345.22º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB96A7 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 167 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.14 |
| HSL | 345.22º | 0.49% | 0.72% | - |
| HSV(B) | 345.22º | 0.32% | 0.86% | - |
| XYZ | 47.09 | 39.66 | 41.73 | - |
| YUV | 172.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 167 | 0 | 0.32 | 0.24 | 0.14 | 345.22 | 0.49 | 0.72 |
| Hex | DB | 96 | A7 | 0 | 20 | 18 | E | 159 | 31 | 48 |
| Octal | 333 | 226 | 247 | 0 | 40 | 30 | 16 | 531 | 61 | 110 |
| Binary | 11011011 | 10010110 | 10100111 | 0 | 100000 | 11000 | 1110 | 101011001 | 110001 | 1001000 |
Color Harmonies of #DB96A7
Complementary color
Monochromatic Colors of #DB96A7
Black with #DB96A7
Text Example
Text Example
White with #DB96A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96A7; }
p { color: rgb(219,150,167); }
H1.HeaderClassName
{
color: #DB96A7;
}
.AnyTagClassName
{
color: #DB96A7;
}
</style>
background-color css
<style>
a { background-color: #DB96A7; }
a { background-color: rgb(219,150,167); }
div.DivClassName
{
background-color: #DB96A7;
}
.BgClassName
{
background-color: #DB96A7;
}
</style>
border-color css
<style>
span { border-color: #DB96A7; }
span { border-color: rgb(219,150,167); }
td.TdClassName
{
border-color: #DB96A7;
}
.TagClassName
{
border-color: #DB96A7;
}
</style>