Shades of Kobi #D698A6
Tints of Kobi #D698A6
RGB
CMYK
RGB Variations
Color information
#D698A6 (or 0xD698A6) is known color: Kobi. HEX triplet: D6, 98 and A6. RGB value is (214,152,166). Sum of RGB (Red+Green+Blue) = 214+152+166=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 166 (65.23% from 255 or 31.20% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D698A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D698A6 is #296759. Grayscale: #ACACAC. Windows color (decimal): -2713434 or 10918102. OLE color: 10918102.
HSL color Cylindrical-coordinate representation of color #D698A6: hue angle of 346.45º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D698A6 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 166 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.16 |
| HSL | 346.45º | 0.43% | 0.72% | - |
| HSV(B) | 346.45º | 0.29% | 0.84% | - |
| XYZ | 45.84 | 39.51 | 41.29 | - |
| YUV | 172.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 166 | 0 | 0.29 | 0.22 | 0.16 | 346.45 | 0.43 | 0.72 |
| Hex | D6 | 98 | A6 | 0 | 1D | 16 | 10 | 15A | 2B | 48 |
| Octal | 326 | 230 | 246 | 0 | 35 | 26 | 20 | 532 | 53 | 110 |
| Binary | 11010110 | 10011000 | 10100110 | 0 | 11101 | 10110 | 10000 | 101011010 | 101011 | 1001000 |
Color Harmonies of #D698A6
Complementary color
Monochromatic Colors of #D698A6
Black with #D698A6
Text Example
Text Example
White with #D698A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D698A6; }
p { color: rgb(214,152,166); }
H1.HeaderClassName
{
color: #D698A6;
}
.AnyTagClassName
{
color: #D698A6;
}
</style>
background-color css
<style>
a { background-color: #D698A6; }
a { background-color: rgb(214,152,166); }
div.DivClassName
{
background-color: #D698A6;
}
.BgClassName
{
background-color: #D698A6;
}
</style>
border-color css
<style>
span { border-color: #D698A6; }
span { border-color: rgb(214,152,166); }
td.TdClassName
{
border-color: #D698A6;
}
.TagClassName
{
border-color: #D698A6;
}
</style>