Shades of Kobi #D680AB
Tints of Kobi #D680AB
RGB
CMYK
RGB Variations
Color information
#D680AB (or 0xD680AB) is known color: Kobi. HEX triplet: D6, 80 and AB. RGB value is (214,128,171). Sum of RGB (Red+Green+Blue) = 214+128+171=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D680AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D680AB is #297F54. Grayscale: #9E9E9E. Windows color (decimal): -2719573 or 11239638. OLE color: 11239638.
HSL color Cylindrical-coordinate representation of color #D680AB: hue angle of 330º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D680AB is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 171 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.16 |
| HSL | 330º | 0.51% | 0.67% | - |
| HSV(B) | 330º | 0.4% | 0.84% | - |
| XYZ | 42.8 | 32.67 | 42.58 | - |
| YUV | 158.62 | 134.99 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 171 | 0 | 0.40 | 0.20 | 0.16 | 330 | 0.51 | 0.67 |
| Hex | D6 | 80 | AB | 0 | 28 | 14 | 10 | 14A | 33 | 43 |
| Octal | 326 | 200 | 253 | 0 | 50 | 24 | 20 | 512 | 63 | 103 |
| Binary | 11010110 | 10000000 | 10101011 | 0 | 101000 | 10100 | 10000 | 101001010 | 110011 | 1000011 |
Color Harmonies of #D680AB
Complementary color
Monochromatic Colors of #D680AB
Black with #D680AB
Text Example
Text Example
White with #D680AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D680AB; }
p { color: rgb(214,128,171); }
H1.HeaderClassName
{
color: #D680AB;
}
.AnyTagClassName
{
color: #D680AB;
}
</style>
background-color css
<style>
a { background-color: #D680AB; }
a { background-color: rgb(214,128,171); }
div.DivClassName
{
background-color: #D680AB;
}
.BgClassName
{
background-color: #D680AB;
}
</style>
border-color css
<style>
span { border-color: #D680AB; }
span { border-color: rgb(214,128,171); }
td.TdClassName
{
border-color: #D680AB;
}
.TagClassName
{
border-color: #D680AB;
}
</style>