Shades of Kobi #DB7CAC
Tints of Kobi #DB7CAC
RGB
CMYK
RGB Variations
Color information
#DB7CAC (or 0xDB7CAC) is known color: Kobi. HEX triplet: DB, 7C and AC. RGB value is (219,124,172). Sum of RGB (Red+Green+Blue) = 219+124+172=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7CAC is #248353. Grayscale: #9D9D9D. Windows color (decimal): -2392916 or 11304155. OLE color: 11304155.
HSL color Cylindrical-coordinate representation of color #DB7CAC: hue angle of 329.68º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DB7CAC is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 172 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.14 |
| HSL | 329.68º | 0.57% | 0.67% | - |
| HSV(B) | 329.68º | 0.43% | 0.86% | - |
| XYZ | 43.87 | 32.45 | 42.98 | - |
| YUV | 157.88 | 135.97 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 172 | 0 | 0.43 | 0.21 | 0.14 | 329.68 | 0.57 | 0.67 |
| Hex | DB | 7C | AC | 0 | 2B | 15 | E | 14A | 39 | 43 |
| Octal | 333 | 174 | 254 | 0 | 53 | 25 | 16 | 512 | 71 | 103 |
| Binary | 11011011 | 1111100 | 10101100 | 0 | 101011 | 10101 | 1110 | 101001010 | 111001 | 1000011 |
Color Harmonies of #DB7CAC
Complementary color
Monochromatic Colors of #DB7CAC
Black with #DB7CAC
Text Example
Text Example
White with #DB7CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CAC; }
p { color: rgb(219,124,172); }
H1.HeaderClassName
{
color: #DB7CAC;
}
.AnyTagClassName
{
color: #DB7CAC;
}
</style>
background-color css
<style>
a { background-color: #DB7CAC; }
a { background-color: rgb(219,124,172); }
div.DivClassName
{
background-color: #DB7CAC;
}
.BgClassName
{
background-color: #DB7CAC;
}
</style>
border-color css
<style>
span { border-color: #DB7CAC; }
span { border-color: rgb(219,124,172); }
td.TdClassName
{
border-color: #DB7CAC;
}
.TagClassName
{
border-color: #DB7CAC;
}
</style>