Shades of Kobi #D09FAE
Tints of Kobi #D09FAE
RGB
CMYK
RGB Variations
Color information
#D09FAE (or 0xD09FAE) is known color: Kobi. HEX triplet: D0, 9F and AE. RGB value is (208,159,174). Sum of RGB (Red+Green+Blue) = 208+159+174=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D09FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09FAE is #2F6051. Grayscale: #AFAFAF. Windows color (decimal): -3104850 or 11444176. OLE color: 11444176.
HSL color Cylindrical-coordinate representation of color #D09FAE: hue angle of 341.63º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D09FAE is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 174 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.18 |
| HSL | 341.63º | 0.34% | 0.72% | - |
| HSV(B) | 341.63º | 0.24% | 0.82% | - |
| XYZ | 46.05 | 41.26 | 45.58 | - |
| YUV | 175.36 | 127.23 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 174 | 0 | 0.24 | 0.16 | 0.18 | 341.63 | 0.34 | 0.72 |
| Hex | D0 | 9F | AE | 0 | 18 | 10 | 12 | 156 | 22 | 48 |
| Octal | 320 | 237 | 256 | 0 | 30 | 20 | 22 | 526 | 42 | 110 |
| Binary | 11010000 | 10011111 | 10101110 | 0 | 11000 | 10000 | 10010 | 101010110 | 100010 | 1001000 |
Color Harmonies of #D09FAE
Complementary color
Monochromatic Colors of #D09FAE
Black with #D09FAE
Text Example
Text Example
White with #D09FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09FAE; }
p { color: rgb(208,159,174); }
H1.HeaderClassName
{
color: #D09FAE;
}
.AnyTagClassName
{
color: #D09FAE;
}
</style>
background-color css
<style>
a { background-color: #D09FAE; }
a { background-color: rgb(208,159,174); }
div.DivClassName
{
background-color: #D09FAE;
}
.BgClassName
{
background-color: #D09FAE;
}
</style>
border-color css
<style>
span { border-color: #D09FAE; }
span { border-color: rgb(208,159,174); }
td.TdClassName
{
border-color: #D09FAE;
}
.TagClassName
{
border-color: #D09FAE;
}
</style>