Shades of Kobi #DB95A1
Tints of Kobi #DB95A1
RGB
CMYK
RGB Variations
Color information
#DB95A1 (or 0xDB95A1) is known color: Kobi. HEX triplet: DB, 95 and A1. RGB value is (219,149,161). Sum of RGB (Red+Green+Blue) = 219+149+161=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 161 (63.28% from 255 or 30.43% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB95A1 is #246A5E. Grayscale: #ABABAB. Windows color (decimal): -2386527 or 10589659. OLE color: 10589659.
HSL color Cylindrical-coordinate representation of color #DB95A1: hue angle of 349.71º 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 #DB95A1 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 161 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.14 |
| HSL | 349.71º | 0.49% | 0.72% | - |
| HSV(B) | 349.71º | 0.32% | 0.86% | - |
| XYZ | 46.39 | 39.13 | 38.83 | - |
| YUV | 171.3 | 122.19 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 161 | 0 | 0.32 | 0.26 | 0.14 | 349.71 | 0.49 | 0.72 |
| Hex | DB | 95 | A1 | 0 | 20 | 1A | E | 15E | 31 | 48 |
| Octal | 333 | 225 | 241 | 0 | 40 | 32 | 16 | 536 | 61 | 110 |
| Binary | 11011011 | 10010101 | 10100001 | 0 | 100000 | 11010 | 1110 | 101011110 | 110001 | 1001000 |
Color Harmonies of #DB95A1
Complementary color
Monochromatic Colors of #DB95A1
Black with #DB95A1
Text Example
Text Example
White with #DB95A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB95A1; }
p { color: rgb(219,149,161); }
H1.HeaderClassName
{
color: #DB95A1;
}
.AnyTagClassName
{
color: #DB95A1;
}
</style>
background-color css
<style>
a { background-color: #DB95A1; }
a { background-color: rgb(219,149,161); }
div.DivClassName
{
background-color: #DB95A1;
}
.BgClassName
{
background-color: #DB95A1;
}
</style>
border-color css
<style>
span { border-color: #DB95A1; }
span { border-color: rgb(219,149,161); }
td.TdClassName
{
border-color: #DB95A1;
}
.TagClassName
{
border-color: #DB95A1;
}
</style>