Shades of Kobi #D691AF
Tints of Kobi #D691AF
RGB
CMYK
RGB Variations
Color information
#D691AF (or 0xD691AF) is known color: Kobi. HEX triplet: D6, 91 and AF. RGB value is (214,145,175). Sum of RGB (Red+Green+Blue) = 214+145+175=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D691AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D691AF is #296E50. Grayscale: #A9A9A9. Windows color (decimal): -2715217 or 11506134. OLE color: 11506134.
HSL color Cylindrical-coordinate representation of color #D691AF: hue angle of 333.91º 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 #D691AF is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 175 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.16 |
| HSL | 333.91º | 0.46% | 0.7% | - |
| HSV(B) | 333.91º | 0.32% | 0.84% | - |
| XYZ | 45.59 | 37.64 | 45.42 | - |
| YUV | 169.05 | 131.36 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 175 | 0 | 0.32 | 0.18 | 0.16 | 333.91 | 0.46 | 0.7 |
| Hex | D6 | 91 | AF | 0 | 20 | 12 | 10 | 14E | 2E | 46 |
| Octal | 326 | 221 | 257 | 0 | 40 | 22 | 20 | 516 | 56 | 106 |
| Binary | 11010110 | 10010001 | 10101111 | 0 | 100000 | 10010 | 10000 | 101001110 | 101110 | 1000110 |
Color Harmonies of #D691AF
Complementary color
Monochromatic Colors of #D691AF
Black with #D691AF
Text Example
Text Example
White with #D691AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D691AF; }
p { color: rgb(214,145,175); }
H1.HeaderClassName
{
color: #D691AF;
}
.AnyTagClassName
{
color: #D691AF;
}
</style>
background-color css
<style>
a { background-color: #D691AF; }
a { background-color: rgb(214,145,175); }
div.DivClassName
{
background-color: #D691AF;
}
.BgClassName
{
background-color: #D691AF;
}
</style>
border-color css
<style>
span { border-color: #D691AF; }
span { border-color: rgb(214,145,175); }
td.TdClassName
{
border-color: #D691AF;
}
.TagClassName
{
border-color: #D691AF;
}
</style>