Shades of Kobi #D691AB
Tints of Kobi #D691AB
RGB
CMYK
RGB Variations
Color information
#D691AB (or 0xD691AB) is known color: Kobi. HEX triplet: D6, 91 and AB. RGB value is (214,145,171). Sum of RGB (Red+Green+Blue) = 214+145+171=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D691AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D691AB is #296E54. Grayscale: #A8A8A8. Windows color (decimal): -2715221 or 11243990. OLE color: 11243990.
HSL color Cylindrical-coordinate representation of color #D691AB: hue angle of 337.39º 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 #D691AB is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 171 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.16 |
| HSL | 337.39º | 0.46% | 0.7% | - |
| HSV(B) | 337.39º | 0.32% | 0.84% | - |
| XYZ | 45.21 | 37.49 | 43.38 | - |
| YUV | 168.6 | 129.36 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 171 | 0 | 0.32 | 0.20 | 0.16 | 337.39 | 0.46 | 0.7 |
| Hex | D6 | 91 | AB | 0 | 20 | 14 | 10 | 151 | 2E | 46 |
| Octal | 326 | 221 | 253 | 0 | 40 | 24 | 20 | 521 | 56 | 106 |
| Binary | 11010110 | 10010001 | 10101011 | 0 | 100000 | 10100 | 10000 | 101010001 | 101110 | 1000110 |
Color Harmonies of #D691AB
Complementary color
Monochromatic Colors of #D691AB
Black with #D691AB
Text Example
Text Example
White with #D691AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D691AB; }
p { color: rgb(214,145,171); }
H1.HeaderClassName
{
color: #D691AB;
}
.AnyTagClassName
{
color: #D691AB;
}
</style>
background-color css
<style>
a { background-color: #D691AB; }
a { background-color: rgb(214,145,171); }
div.DivClassName
{
background-color: #D691AB;
}
.BgClassName
{
background-color: #D691AB;
}
</style>
border-color css
<style>
span { border-color: #D691AB; }
span { border-color: rgb(214,145,171); }
td.TdClassName
{
border-color: #D691AB;
}
.TagClassName
{
border-color: #D691AB;
}
</style>