Shades of Kobi #DB92AA
Tints of Kobi #DB92AA
RGB
CMYK
RGB Variations
Color information
#DB92AA (or 0xDB92AA) is known color: Kobi. HEX triplet: DB, 92 and AA. RGB value is (219,146,170). Sum of RGB (Red+Green+Blue) = 219+146+170=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB92AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB92AA is #246D55. Grayscale: #AAAAAA. Windows color (decimal): -2387286 or 11178715. OLE color: 11178715.
HSL color Cylindrical-coordinate representation of color #DB92AA: hue angle of 340.27º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB92AA is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 170 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.14 |
| HSL | 340.27º | 0.5% | 0.72% | - |
| HSV(B) | 340.27º | 0.33% | 0.86% | - |
| XYZ | 46.75 | 38.52 | 43 | - |
| YUV | 170.56 | 127.68 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 170 | 0 | 0.33 | 0.22 | 0.14 | 340.27 | 0.5 | 0.72 |
| Hex | DB | 92 | AA | 0 | 21 | 16 | E | 154 | 32 | 48 |
| Octal | 333 | 222 | 252 | 0 | 41 | 26 | 16 | 524 | 62 | 110 |
| Binary | 11011011 | 10010010 | 10101010 | 0 | 100001 | 10110 | 1110 | 101010100 | 110010 | 1001000 |
Color Harmonies of #DB92AA
Complementary color
Monochromatic Colors of #DB92AA
Black with #DB92AA
Text Example
Text Example
White with #DB92AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92AA; }
p { color: rgb(219,146,170); }
H1.HeaderClassName
{
color: #DB92AA;
}
.AnyTagClassName
{
color: #DB92AA;
}
</style>
background-color css
<style>
a { background-color: #DB92AA; }
a { background-color: rgb(219,146,170); }
div.DivClassName
{
background-color: #DB92AA;
}
.BgClassName
{
background-color: #DB92AA;
}
</style>
border-color css
<style>
span { border-color: #DB92AA; }
span { border-color: rgb(219,146,170); }
td.TdClassName
{
border-color: #DB92AA;
}
.TagClassName
{
border-color: #DB92AA;
}
</style>