Shades of Kobi #D685A7
Tints of Kobi #D685A7
RGB
CMYK
RGB Variations
Color information
#D685A7 (or 0xD685A7) is known color: Kobi. HEX triplet: D6, 85 and A7. RGB value is (214,133,167). Sum of RGB (Red+Green+Blue) = 214+133+167=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 133 (52.34% from 255 or 25.88% from 514); Blue value is 167 (65.62% from 255 or 32.49% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D685A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D685A7 is #297A58. Grayscale: #A1A1A1. Windows color (decimal): -2718297 or 10978774. OLE color: 10978774.
HSL color Cylindrical-coordinate representation of color #D685A7: hue angle of 334.81º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D685A7 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 167 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.16 |
| HSL | 334.81º | 0.5% | 0.68% | - |
| HSV(B) | 334.81º | 0.38% | 0.84% | - |
| XYZ | 43.09 | 33.86 | 40.82 | - |
| YUV | 161.1 | 131.34 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 167 | 0 | 0.38 | 0.22 | 0.16 | 334.81 | 0.5 | 0.68 |
| Hex | D6 | 85 | A7 | 0 | 26 | 16 | 10 | 14F | 32 | 44 |
| Octal | 326 | 205 | 247 | 0 | 46 | 26 | 20 | 517 | 62 | 104 |
| Binary | 11010110 | 10000101 | 10100111 | 0 | 100110 | 10110 | 10000 | 101001111 | 110010 | 1000100 |
Color Harmonies of #D685A7
Complementary color
Monochromatic Colors of #D685A7
Black with #D685A7
Text Example
Text Example
White with #D685A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D685A7; }
p { color: rgb(214,133,167); }
H1.HeaderClassName
{
color: #D685A7;
}
.AnyTagClassName
{
color: #D685A7;
}
</style>
background-color css
<style>
a { background-color: #D685A7; }
a { background-color: rgb(214,133,167); }
div.DivClassName
{
background-color: #D685A7;
}
.BgClassName
{
background-color: #D685A7;
}
</style>
border-color css
<style>
span { border-color: #D685A7; }
span { border-color: rgb(214,133,167); }
td.TdClassName
{
border-color: #D685A7;
}
.TagClassName
{
border-color: #D685A7;
}
</style>