Shades of Kobi #DB95A2
Tints of Kobi #DB95A2
RGB
CMYK
RGB Variations
Color information
#DB95A2 (or 0xDB95A2) is known color: Kobi. HEX triplet: DB, 95 and A2. RGB value is (219,149,162). Sum of RGB (Red+Green+Blue) = 219+149+162=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 162 (63.67% from 255 or 30.57% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB95A2 is #246A5D. Grayscale: #ABABAB. Windows color (decimal): -2386526 or 10655195. OLE color: 10655195.
HSL color Cylindrical-coordinate representation of color #DB95A2: hue angle of 348.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB95A2 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 162 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.14 |
| HSL | 348.86º | 0.49% | 0.72% | - |
| HSV(B) | 348.86º | 0.32% | 0.86% | - |
| XYZ | 46.48 | 39.16 | 39.29 | - |
| YUV | 171.41 | 122.69 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 162 | 0 | 0.32 | 0.26 | 0.14 | 348.86 | 0.49 | 0.72 |
| Hex | DB | 95 | A2 | 0 | 20 | 1A | E | 15D | 31 | 48 |
| Octal | 333 | 225 | 242 | 0 | 40 | 32 | 16 | 535 | 61 | 110 |
| Binary | 11011011 | 10010101 | 10100010 | 0 | 100000 | 11010 | 1110 | 101011101 | 110001 | 1001000 |
Color Harmonies of #DB95A2
Complementary color
Monochromatic Colors of #DB95A2
Black with #DB95A2
Text Example
Text Example
White with #DB95A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB95A2; }
p { color: rgb(219,149,162); }
H1.HeaderClassName
{
color: #DB95A2;
}
.AnyTagClassName
{
color: #DB95A2;
}
</style>
background-color css
<style>
a { background-color: #DB95A2; }
a { background-color: rgb(219,149,162); }
div.DivClassName
{
background-color: #DB95A2;
}
.BgClassName
{
background-color: #DB95A2;
}
</style>
border-color css
<style>
span { border-color: #DB95A2; }
span { border-color: rgb(219,149,162); }
td.TdClassName
{
border-color: #DB95A2;
}
.TagClassName
{
border-color: #DB95A2;
}
</style>