Shades of Kobi #D685AA
Tints of Kobi #D685AA
RGB
CMYK
RGB Variations
Color information
#D685AA (or 0xD685AA) is known color: Kobi. HEX triplet: D6, 85 and AA. RGB value is (214,133,170). Sum of RGB (Red+Green+Blue) = 214+133+170=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D685AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D685AA is #297A55. Grayscale: #A1A1A1. Windows color (decimal): -2718294 or 11175382. OLE color: 11175382.
HSL color Cylindrical-coordinate representation of color #D685AA: hue angle of 332.59º 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 #D685AA is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 170 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.16 |
| HSL | 332.59º | 0.5% | 0.68% | - |
| HSV(B) | 332.59º | 0.38% | 0.84% | - |
| XYZ | 43.37 | 33.97 | 42.3 | - |
| YUV | 161.44 | 132.84 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 170 | 0 | 0.38 | 0.21 | 0.16 | 332.59 | 0.5 | 0.68 |
| Hex | D6 | 85 | AA | 0 | 26 | 15 | 10 | 14D | 32 | 44 |
| Octal | 326 | 205 | 252 | 0 | 46 | 25 | 20 | 515 | 62 | 104 |
| Binary | 11010110 | 10000101 | 10101010 | 0 | 100110 | 10101 | 10000 | 101001101 | 110010 | 1000100 |
Color Harmonies of #D685AA
Complementary color
Monochromatic Colors of #D685AA
Black with #D685AA
Text Example
Text Example
White with #D685AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D685AA; }
p { color: rgb(214,133,170); }
H1.HeaderClassName
{
color: #D685AA;
}
.AnyTagClassName
{
color: #D685AA;
}
</style>
background-color css
<style>
a { background-color: #D685AA; }
a { background-color: rgb(214,133,170); }
div.DivClassName
{
background-color: #D685AA;
}
.BgClassName
{
background-color: #D685AA;
}
</style>
border-color css
<style>
span { border-color: #D685AA; }
span { border-color: rgb(214,133,170); }
td.TdClassName
{
border-color: #D685AA;
}
.TagClassName
{
border-color: #D685AA;
}
</style>