Shades of Kobi #D687AA
Tints of Kobi #D687AA
RGB
CMYK
RGB Variations
Color information
#D687AA (or 0xD687AA) is known color: Kobi. HEX triplet: D6, 87 and AA. RGB value is (214,135,170). Sum of RGB (Red+Green+Blue) = 214+135+170=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 135 (53.12% from 255 or 26.01% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D687AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D687AA is #297855. Grayscale: #A2A2A2. Windows color (decimal): -2717782 or 11175894. OLE color: 11175894.
HSL color Cylindrical-coordinate representation of color #D687AA: hue angle of 333.42º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D687AA is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 135 | 170 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.16 |
| HSL | 333.42º | 0.49% | 0.68% | - |
| HSV(B) | 333.42º | 0.37% | 0.84% | - |
| XYZ | 43.65 | 34.53 | 42.39 | - |
| YUV | 162.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 170 | 0 | 0.37 | 0.21 | 0.16 | 333.42 | 0.49 | 0.68 |
| Hex | D6 | 87 | AA | 0 | 25 | 15 | 10 | 14D | 31 | 44 |
| Octal | 326 | 207 | 252 | 0 | 45 | 25 | 20 | 515 | 61 | 104 |
| Binary | 11010110 | 10000111 | 10101010 | 0 | 100101 | 10101 | 10000 | 101001101 | 110001 | 1000100 |
Color Harmonies of #D687AA
Complementary color
Monochromatic Colors of #D687AA
Black with #D687AA
Text Example
Text Example
White with #D687AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D687AA; }
p { color: rgb(214,135,170); }
H1.HeaderClassName
{
color: #D687AA;
}
.AnyTagClassName
{
color: #D687AA;
}
</style>
background-color css
<style>
a { background-color: #D687AA; }
a { background-color: rgb(214,135,170); }
div.DivClassName
{
background-color: #D687AA;
}
.BgClassName
{
background-color: #D687AA;
}
</style>
border-color css
<style>
span { border-color: #D687AA; }
span { border-color: rgb(214,135,170); }
td.TdClassName
{
border-color: #D687AA;
}
.TagClassName
{
border-color: #D687AA;
}
</style>