Shades of Kobi #DB96A1
Tints of Kobi #DB96A1
RGB
CMYK
RGB Variations
Color information
#DB96A1 (or 0xDB96A1) is known color: Kobi. HEX triplet: DB, 96 and A1. RGB value is (219,150,161). Sum of RGB (Red+Green+Blue) = 219+150+161=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 161 (63.28% from 255 or 30.38% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB96A1 is #24695E. Grayscale: #ABABAB. Windows color (decimal): -2386271 or 10589915. OLE color: 10589915.
HSL color Cylindrical-coordinate representation of color #DB96A1: hue angle of 350.43º 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 #DB96A1 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 161 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.14 |
| HSL | 350.43º | 0.49% | 0.72% | - |
| HSV(B) | 350.43º | 0.32% | 0.86% | - |
| XYZ | 46.55 | 39.45 | 38.88 | - |
| YUV | 171.89 | 121.86 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 161 | 0 | 0.32 | 0.26 | 0.14 | 350.43 | 0.49 | 0.72 |
| Hex | DB | 96 | A1 | 0 | 20 | 1A | E | 15E | 31 | 48 |
| Octal | 333 | 226 | 241 | 0 | 40 | 32 | 16 | 536 | 61 | 110 |
| Binary | 11011011 | 10010110 | 10100001 | 0 | 100000 | 11010 | 1110 | 101011110 | 110001 | 1001000 |
Color Harmonies of #DB96A1
Complementary color
Monochromatic Colors of #DB96A1
Black with #DB96A1
Text Example
Text Example
White with #DB96A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96A1; }
p { color: rgb(219,150,161); }
H1.HeaderClassName
{
color: #DB96A1;
}
.AnyTagClassName
{
color: #DB96A1;
}
</style>
background-color css
<style>
a { background-color: #DB96A1; }
a { background-color: rgb(219,150,161); }
div.DivClassName
{
background-color: #DB96A1;
}
.BgClassName
{
background-color: #DB96A1;
}
</style>
border-color css
<style>
span { border-color: #DB96A1; }
span { border-color: rgb(219,150,161); }
td.TdClassName
{
border-color: #DB96A1;
}
.TagClassName
{
border-color: #DB96A1;
}
</style>