Shades of Kobi #D691A6
Tints of Kobi #D691A6
RGB
CMYK
RGB Variations
Color information
#D691A6 (or 0xD691A6) is known color: Kobi. HEX triplet: D6, 91 and A6. RGB value is (214,145,166). Sum of RGB (Red+Green+Blue) = 214+145+166=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D691A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D691A6 is #296E59. Grayscale: #A8A8A8. Windows color (decimal): -2715226 or 10916310. OLE color: 10916310.
HSL color Cylindrical-coordinate representation of color #D691A6: hue angle of 341.74º 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 #D691A6 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 166 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.16 |
| HSL | 341.74º | 0.46% | 0.7% | - |
| HSV(B) | 341.74º | 0.32% | 0.84% | - |
| XYZ | 44.74 | 37.3 | 40.92 | - |
| YUV | 168.03 | 126.86 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 166 | 0 | 0.32 | 0.22 | 0.16 | 341.74 | 0.46 | 0.7 |
| Hex | D6 | 91 | A6 | 0 | 20 | 16 | 10 | 156 | 2E | 46 |
| Octal | 326 | 221 | 246 | 0 | 40 | 26 | 20 | 526 | 56 | 106 |
| Binary | 11010110 | 10010001 | 10100110 | 0 | 100000 | 10110 | 10000 | 101010110 | 101110 | 1000110 |
Color Harmonies of #D691A6
Complementary color
Monochromatic Colors of #D691A6
Black with #D691A6
Text Example
Text Example
White with #D691A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D691A6; }
p { color: rgb(214,145,166); }
H1.HeaderClassName
{
color: #D691A6;
}
.AnyTagClassName
{
color: #D691A6;
}
</style>
background-color css
<style>
a { background-color: #D691A6; }
a { background-color: rgb(214,145,166); }
div.DivClassName
{
background-color: #D691A6;
}
.BgClassName
{
background-color: #D691A6;
}
</style>
border-color css
<style>
span { border-color: #D691A6; }
span { border-color: rgb(214,145,166); }
td.TdClassName
{
border-color: #D691A6;
}
.TagClassName
{
border-color: #D691A6;
}
</style>