Shades of Kobi #DB92A1
Tints of Kobi #DB92A1
RGB
CMYK
RGB Variations
Color information
#DB92A1 (or 0xDB92A1) is known color: Kobi. HEX triplet: DB, 92 and A1. RGB value is (219,146,161). Sum of RGB (Red+Green+Blue) = 219+146+161=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB92A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB92A1 is #246D5E. Grayscale: #A9A9A9. Windows color (decimal): -2387295 or 10588891. OLE color: 10588891.
HSL color Cylindrical-coordinate representation of color #DB92A1: hue angle of 347.67º 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 #DB92A1 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 161 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.14 |
| HSL | 347.67º | 0.5% | 0.72% | - |
| HSV(B) | 347.67º | 0.33% | 0.86% | - |
| XYZ | 45.93 | 38.19 | 38.67 | - |
| YUV | 169.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 161 | 0 | 0.33 | 0.26 | 0.14 | 347.67 | 0.5 | 0.72 |
| Hex | DB | 92 | A1 | 0 | 21 | 1A | E | 15C | 32 | 48 |
| Octal | 333 | 222 | 241 | 0 | 41 | 32 | 16 | 534 | 62 | 110 |
| Binary | 11011011 | 10010010 | 10100001 | 0 | 100001 | 11010 | 1110 | 101011100 | 110010 | 1001000 |
Color Harmonies of #DB92A1
Complementary color
Monochromatic Colors of #DB92A1
Black with #DB92A1
Text Example
Text Example
White with #DB92A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB92A1; }
p { color: rgb(219,146,161); }
H1.HeaderClassName
{
color: #DB92A1;
}
.AnyTagClassName
{
color: #DB92A1;
}
</style>
background-color css
<style>
a { background-color: #DB92A1; }
a { background-color: rgb(219,146,161); }
div.DivClassName
{
background-color: #DB92A1;
}
.BgClassName
{
background-color: #DB92A1;
}
</style>
border-color css
<style>
span { border-color: #DB92A1; }
span { border-color: rgb(219,146,161); }
td.TdClassName
{
border-color: #DB92A1;
}
.TagClassName
{
border-color: #DB92A1;
}
</style>