Shades of Kobi #D691A8
Tints of Kobi #D691A8
RGB
CMYK
RGB Variations
Color information
#D691A8 (or 0xD691A8) is known color: Kobi. HEX triplet: D6, 91 and A8. RGB value is (214,145,168). Sum of RGB (Red+Green+Blue) = 214+145+168=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D691A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D691A8 is #296E57. Grayscale: #A8A8A8. Windows color (decimal): -2715224 or 11047382. OLE color: 11047382.
HSL color Cylindrical-coordinate representation of color #D691A8: hue angle of 340º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D691A8 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 168 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.16 |
| HSL | 340º | 0.46% | 0.7% | - |
| HSV(B) | 340º | 0.32% | 0.84% | - |
| XYZ | 44.92 | 37.37 | 41.89 | - |
| YUV | 168.25 | 127.86 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 168 | 0 | 0.32 | 0.21 | 0.16 | 340 | 0.46 | 0.7 |
| Hex | D6 | 91 | A8 | 0 | 20 | 15 | 10 | 154 | 2E | 46 |
| Octal | 326 | 221 | 250 | 0 | 40 | 25 | 20 | 524 | 56 | 106 |
| Binary | 11010110 | 10010001 | 10101000 | 0 | 100000 | 10101 | 10000 | 101010100 | 101110 | 1000110 |
Color Harmonies of #D691A8
Complementary color
Monochromatic Colors of #D691A8
Black with #D691A8
Text Example
Text Example
White with #D691A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D691A8; }
p { color: rgb(214,145,168); }
H1.HeaderClassName
{
color: #D691A8;
}
.AnyTagClassName
{
color: #D691A8;
}
</style>
background-color css
<style>
a { background-color: #D691A8; }
a { background-color: rgb(214,145,168); }
div.DivClassName
{
background-color: #D691A8;
}
.BgClassName
{
background-color: #D691A8;
}
</style>
border-color css
<style>
span { border-color: #D691A8; }
span { border-color: rgb(214,145,168); }
td.TdClassName
{
border-color: #D691A8;
}
.TagClassName
{
border-color: #D691A8;
}
</style>