Shades of Kobi #DB92A7
Tints of Kobi #DB92A7
RGB
CMYK
RGB Variations
Color information
#DB92A7 (or 0xDB92A7) is known color: Kobi. HEX triplet: DB, 92 and A7. RGB value is (219,146,167). Sum of RGB (Red+Green+Blue) = 219+146+167=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 167 (65.62% from 255 or 31.39% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DB92A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB92A7 is #246D58. Grayscale: #AAAAAA. Windows color (decimal): -2387289 or 10982107. OLE color: 10982107.
HSL color Cylindrical-coordinate representation of color #DB92A7: hue angle of 342.74º 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 #DB92A7 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 167 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.14 |
| HSL | 342.74º | 0.5% | 0.72% | - |
| HSV(B) | 342.74º | 0.33% | 0.86% | - |
| XYZ | 46.47 | 38.41 | 41.52 | - |
| YUV | 170.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 167 | 0 | 0.33 | 0.24 | 0.14 | 342.74 | 0.5 | 0.72 |
| Hex | DB | 92 | A7 | 0 | 21 | 18 | E | 157 | 32 | 48 |
| Octal | 333 | 222 | 247 | 0 | 41 | 30 | 16 | 527 | 62 | 110 |
| Binary | 11011011 | 10010010 | 10100111 | 0 | 100001 | 11000 | 1110 | 101010111 | 110010 | 1001000 |
Color Harmonies of #DB92A7
Complementary color
Monochromatic Colors of #DB92A7
Black with #DB92A7
Text Example
Text Example
White with #DB92A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92A7; }
p { color: rgb(219,146,167); }
H1.HeaderClassName
{
color: #DB92A7;
}
.AnyTagClassName
{
color: #DB92A7;
}
</style>
background-color css
<style>
a { background-color: #DB92A7; }
a { background-color: rgb(219,146,167); }
div.DivClassName
{
background-color: #DB92A7;
}
.BgClassName
{
background-color: #DB92A7;
}
</style>
border-color css
<style>
span { border-color: #DB92A7; }
span { border-color: rgb(219,146,167); }
td.TdClassName
{
border-color: #DB92A7;
}
.TagClassName
{
border-color: #DB92A7;
}
</style>