Shades of Kobi #DB9AAC
Tints of Kobi #DB9AAC
RGB
CMYK
RGB Variations
Color information
#DB9AAC (or 0xDB9AAC) is known color: Kobi. HEX triplet: DB, 9A and AC. RGB value is (219,154,172). Sum of RGB (Red+Green+Blue) = 219+154+172=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9AAC is #246553. Grayscale: #AFAFAF. Windows color (decimal): -2385236 or 11311835. OLE color: 11311835.
HSL color Cylindrical-coordinate representation of color #DB9AAC: hue angle of 343.38º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9AAC is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 172 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.14 |
| HSL | 343.38º | 0.47% | 0.73% | - |
| HSV(B) | 343.38º | 0.3% | 0.86% | - |
| XYZ | 48.22 | 41.15 | 44.43 | - |
| YUV | 175.49 | 126.03 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 172 | 0 | 0.30 | 0.21 | 0.14 | 343.38 | 0.47 | 0.73 |
| Hex | DB | 9A | AC | 0 | 1E | 15 | E | 157 | 2F | 49 |
| Octal | 333 | 232 | 254 | 0 | 36 | 25 | 16 | 527 | 57 | 111 |
| Binary | 11011011 | 10011010 | 10101100 | 0 | 11110 | 10101 | 1110 | 101010111 | 101111 | 1001001 |
Color Harmonies of #DB9AAC
Complementary color
Monochromatic Colors of #DB9AAC
Black with #DB9AAC
Text Example
Text Example
White with #DB9AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9AAC; }
p { color: rgb(219,154,172); }
H1.HeaderClassName
{
color: #DB9AAC;
}
.AnyTagClassName
{
color: #DB9AAC;
}
</style>
background-color css
<style>
a { background-color: #DB9AAC; }
a { background-color: rgb(219,154,172); }
div.DivClassName
{
background-color: #DB9AAC;
}
.BgClassName
{
background-color: #DB9AAC;
}
</style>
border-color css
<style>
span { border-color: #DB9AAC; }
span { border-color: rgb(219,154,172); }
td.TdClassName
{
border-color: #DB9AAC;
}
.TagClassName
{
border-color: #DB9AAC;
}
</style>