Shades of Kobi #D68BA9
Tints of Kobi #D68BA9
RGB
CMYK
RGB Variations
Color information
#D68BA9 (or 0xD68BA9) is known color: Kobi. HEX triplet: D6, 8B and A9. RGB value is (214,139,169). Sum of RGB (Red+Green+Blue) = 214+139+169=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 169 (66.41% from 255 or 32.38% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D68BA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68BA9 is #297456. Grayscale: #A4A4A4. Windows color (decimal): -2716759 or 11111382. OLE color: 11111382.
HSL color Cylindrical-coordinate representation of color #D68BA9: hue angle of 336º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D68BA9 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 139 | 169 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.16 |
| HSL | 336º | 0.48% | 0.69% | - |
| HSV(B) | 336º | 0.35% | 0.84% | - |
| XYZ | 44.13 | 35.63 | 42.09 | - |
| YUV | 164.85 | 130.35 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 169 | 0 | 0.35 | 0.21 | 0.16 | 336 | 0.48 | 0.69 |
| Hex | D6 | 8B | A9 | 0 | 23 | 15 | 10 | 150 | 30 | 45 |
| Octal | 326 | 213 | 251 | 0 | 43 | 25 | 20 | 520 | 60 | 105 |
| Binary | 11010110 | 10001011 | 10101001 | 0 | 100011 | 10101 | 10000 | 101010000 | 110000 | 1000101 |
Color Harmonies of #D68BA9
Complementary color
Monochromatic Colors of #D68BA9
Black with #D68BA9
Text Example
Text Example
White with #D68BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68BA9; }
p { color: rgb(214,139,169); }
H1.HeaderClassName
{
color: #D68BA9;
}
.AnyTagClassName
{
color: #D68BA9;
}
</style>
background-color css
<style>
a { background-color: #D68BA9; }
a { background-color: rgb(214,139,169); }
div.DivClassName
{
background-color: #D68BA9;
}
.BgClassName
{
background-color: #D68BA9;
}
</style>
border-color css
<style>
span { border-color: #D68BA9; }
span { border-color: rgb(214,139,169); }
td.TdClassName
{
border-color: #D68BA9;
}
.TagClassName
{
border-color: #D68BA9;
}
</style>