Shades of Kobi #D69BA9
Tints of Kobi #D69BA9
RGB
CMYK
RGB Variations
Color information
#D69BA9 (or 0xD69BA9) is known color: Kobi. HEX triplet: D6, 9B and A9. RGB value is (214,155,169). Sum of RGB (Red+Green+Blue) = 214+155+169=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 169 (66.41% from 255 or 31.41% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D69BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69BA9 is #296456. Grayscale: #AEAEAE. Windows color (decimal): -2712663 or 11115478. OLE color: 11115478.
HSL color Cylindrical-coordinate representation of color #D69BA9: hue angle of 345.76º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D69BA9 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 155 | 169 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.16 |
| HSL | 345.76º | 0.42% | 0.72% | - |
| HSV(B) | 345.76º | 0.28% | 0.84% | - |
| XYZ | 46.61 | 40.6 | 42.92 | - |
| YUV | 174.24 | 125.05 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 169 | 0 | 0.28 | 0.21 | 0.16 | 345.76 | 0.42 | 0.72 |
| Hex | D6 | 9B | A9 | 0 | 1C | 15 | 10 | 15A | 2A | 48 |
| Octal | 326 | 233 | 251 | 0 | 34 | 25 | 20 | 532 | 52 | 110 |
| Binary | 11010110 | 10011011 | 10101001 | 0 | 11100 | 10101 | 10000 | 101011010 | 101010 | 1001000 |
Color Harmonies of #D69BA9
Complementary color
Monochromatic Colors of #D69BA9
Black with #D69BA9
Text Example
Text Example
White with #D69BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69BA9; }
p { color: rgb(214,155,169); }
H1.HeaderClassName
{
color: #D69BA9;
}
.AnyTagClassName
{
color: #D69BA9;
}
</style>
background-color css
<style>
a { background-color: #D69BA9; }
a { background-color: rgb(214,155,169); }
div.DivClassName
{
background-color: #D69BA9;
}
.BgClassName
{
background-color: #D69BA9;
}
</style>
border-color css
<style>
span { border-color: #D69BA9; }
span { border-color: rgb(214,155,169); }
td.TdClassName
{
border-color: #D69BA9;
}
.TagClassName
{
border-color: #D69BA9;
}
</style>