Shades of Kobi #DB96A5
Tints of Kobi #DB96A5
RGB
CMYK
RGB Variations
Color information
#DB96A5 (or 0xDB96A5) is known color: Kobi. HEX triplet: DB, 96 and A5. RGB value is (219,150,165). Sum of RGB (Red+Green+Blue) = 219+150+165=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 165 (64.84% from 255 or 30.90% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB96A5 is #24695A. Grayscale: #ACACAC. Windows color (decimal): -2386267 or 10852059. OLE color: 10852059.
HSL color Cylindrical-coordinate representation of color #DB96A5: hue angle of 346.96º 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 #DB96A5 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 165 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.14 |
| HSL | 346.96º | 0.49% | 0.72% | - |
| HSV(B) | 346.96º | 0.32% | 0.86% | - |
| XYZ | 46.91 | 39.59 | 40.77 | - |
| YUV | 172.34 | 123.86 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 165 | 0 | 0.32 | 0.25 | 0.14 | 346.96 | 0.49 | 0.72 |
| Hex | DB | 96 | A5 | 0 | 20 | 19 | E | 15B | 31 | 48 |
| Octal | 333 | 226 | 245 | 0 | 40 | 31 | 16 | 533 | 61 | 110 |
| Binary | 11011011 | 10010110 | 10100101 | 0 | 100000 | 11001 | 1110 | 101011011 | 110001 | 1001000 |
Color Harmonies of #DB96A5
Complementary color
Monochromatic Colors of #DB96A5
Black with #DB96A5
Text Example
Text Example
White with #DB96A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96A5; }
p { color: rgb(219,150,165); }
H1.HeaderClassName
{
color: #DB96A5;
}
.AnyTagClassName
{
color: #DB96A5;
}
</style>
background-color css
<style>
a { background-color: #DB96A5; }
a { background-color: rgb(219,150,165); }
div.DivClassName
{
background-color: #DB96A5;
}
.BgClassName
{
background-color: #DB96A5;
}
</style>
border-color css
<style>
span { border-color: #DB96A5; }
span { border-color: rgb(219,150,165); }
td.TdClassName
{
border-color: #DB96A5;
}
.TagClassName
{
border-color: #DB96A5;
}
</style>