Shades of Kobi #D690AB
Tints of Kobi #D690AB
RGB
CMYK
RGB Variations
Color information
#D690AB (or 0xD690AB) is known color: Kobi. HEX triplet: D6, 90 and AB. RGB value is (214,144,171). Sum of RGB (Red+Green+Blue) = 214+144+171=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D690AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D690AB is #296F54. Grayscale: #A7A7A7. Windows color (decimal): -2715477 or 11243734. OLE color: 11243734.
HSL color Cylindrical-coordinate representation of color #D690AB: hue angle of 336.86º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D690AB is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 144 | 171 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.16 |
| HSL | 336.86º | 0.46% | 0.7% | - |
| HSV(B) | 336.86º | 0.33% | 0.84% | - |
| XYZ | 45.06 | 37.18 | 43.33 | - |
| YUV | 168.01 | 129.69 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 171 | 0 | 0.33 | 0.20 | 0.16 | 336.86 | 0.46 | 0.7 |
| Hex | D6 | 90 | AB | 0 | 21 | 14 | 10 | 151 | 2E | 46 |
| Octal | 326 | 220 | 253 | 0 | 41 | 24 | 20 | 521 | 56 | 106 |
| Binary | 11010110 | 10010000 | 10101011 | 0 | 100001 | 10100 | 10000 | 101010001 | 101110 | 1000110 |
Color Harmonies of #D690AB
Complementary color
Monochromatic Colors of #D690AB
Black with #D690AB
Text Example
Text Example
White with #D690AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D690AB; }
p { color: rgb(214,144,171); }
H1.HeaderClassName
{
color: #D690AB;
}
.AnyTagClassName
{
color: #D690AB;
}
</style>
background-color css
<style>
a { background-color: #D690AB; }
a { background-color: rgb(214,144,171); }
div.DivClassName
{
background-color: #D690AB;
}
.BgClassName
{
background-color: #D690AB;
}
</style>
border-color css
<style>
span { border-color: #D690AB; }
span { border-color: rgb(214,144,171); }
td.TdClassName
{
border-color: #D690AB;
}
.TagClassName
{
border-color: #D690AB;
}
</style>