Shades of Kobi #DB8CA2
Tints of Kobi #DB8CA2
RGB
CMYK
RGB Variations
Color information
#DB8CA2 (or 0xDB8CA2) is known color: Kobi. HEX triplet: DB, 8C and A2. RGB value is (219,140,162). Sum of RGB (Red+Green+Blue) = 219+140+162=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8CA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8CA2 is #24735D. Grayscale: #A6A6A6. Windows color (decimal): -2388830 or 10652891. OLE color: 10652891.
HSL color Cylindrical-coordinate representation of color #DB8CA2: hue angle of 343.29º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8CA2 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 162 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.14 |
| HSL | 343.29º | 0.52% | 0.7% | - |
| HSV(B) | 343.29º | 0.36% | 0.86% | - |
| XYZ | 45.11 | 36.42 | 38.84 | - |
| YUV | 166.13 | 125.67 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 162 | 0 | 0.36 | 0.26 | 0.14 | 343.29 | 0.52 | 0.7 |
| Hex | DB | 8C | A2 | 0 | 24 | 1A | E | 157 | 34 | 46 |
| Octal | 333 | 214 | 242 | 0 | 44 | 32 | 16 | 527 | 64 | 106 |
| Binary | 11011011 | 10001100 | 10100010 | 0 | 100100 | 11010 | 1110 | 101010111 | 110100 | 1000110 |
Color Harmonies of #DB8CA2
Complementary color
Monochromatic Colors of #DB8CA2
Black with #DB8CA2
Text Example
Text Example
White with #DB8CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CA2; }
p { color: rgb(219,140,162); }
H1.HeaderClassName
{
color: #DB8CA2;
}
.AnyTagClassName
{
color: #DB8CA2;
}
</style>
background-color css
<style>
a { background-color: #DB8CA2; }
a { background-color: rgb(219,140,162); }
div.DivClassName
{
background-color: #DB8CA2;
}
.BgClassName
{
background-color: #DB8CA2;
}
</style>
border-color css
<style>
span { border-color: #DB8CA2; }
span { border-color: rgb(219,140,162); }
td.TdClassName
{
border-color: #DB8CA2;
}
.TagClassName
{
border-color: #DB8CA2;
}
</style>