Shades of Kobi #DB9BAC
Tints of Kobi #DB9BAC
RGB
CMYK
RGB Variations
Color information
#DB9BAC (or 0xDB9BAC) is known color: Kobi. HEX triplet: DB, 9B and AC. RGB value is (219,155,172). Sum of RGB (Red+Green+Blue) = 219+155+172=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9BAC is #246453. Grayscale: #B0B0B0. Windows color (decimal): -2384980 or 11312091. OLE color: 11312091.
HSL color Cylindrical-coordinate representation of color #DB9BAC: hue angle of 344.06º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9BAC is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 172 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.14 |
| HSL | 344.06º | 0.47% | 0.73% | - |
| HSV(B) | 344.06º | 0.29% | 0.86% | - |
| XYZ | 48.38 | 41.48 | 44.49 | - |
| YUV | 176.07 | 125.7 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 172 | 0 | 0.29 | 0.21 | 0.14 | 344.06 | 0.47 | 0.73 |
| Hex | DB | 9B | AC | 0 | 1D | 15 | E | 158 | 2F | 49 |
| Octal | 333 | 233 | 254 | 0 | 35 | 25 | 16 | 530 | 57 | 111 |
| Binary | 11011011 | 10011011 | 10101100 | 0 | 11101 | 10101 | 1110 | 101011000 | 101111 | 1001001 |
Color Harmonies of #DB9BAC
Complementary color
Monochromatic Colors of #DB9BAC
Black with #DB9BAC
Text Example
Text Example
White with #DB9BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9BAC; }
p { color: rgb(219,155,172); }
H1.HeaderClassName
{
color: #DB9BAC;
}
.AnyTagClassName
{
color: #DB9BAC;
}
</style>
background-color css
<style>
a { background-color: #DB9BAC; }
a { background-color: rgb(219,155,172); }
div.DivClassName
{
background-color: #DB9BAC;
}
.BgClassName
{
background-color: #DB9BAC;
}
</style>
border-color css
<style>
span { border-color: #DB9BAC; }
span { border-color: rgb(219,155,172); }
td.TdClassName
{
border-color: #DB9BAC;
}
.TagClassName
{
border-color: #DB9BAC;
}
</style>