Shades of Kobi #D09AAF
Tints of Kobi #D09AAF
RGB
CMYK
RGB Variations
Color information
#D09AAF (or 0xD09AAF) is known color: Kobi. HEX triplet: D0, 9A and AF. RGB value is (208,154,175). Sum of RGB (Red+Green+Blue) = 208+154+175=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D09AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09AAF is #2F6550. Grayscale: #ACACAC. Windows color (decimal): -3106129 or 11508432. OLE color: 11508432.
HSL color Cylindrical-coordinate representation of color #D09AAF: hue angle of 336.67º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D09AAF is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 154 | 175 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.18 |
| HSL | 336.67º | 0.36% | 0.71% | - |
| HSV(B) | 336.67º | 0.26% | 0.82% | - |
| XYZ | 45.31 | 39.62 | 45.82 | - |
| YUV | 172.54 | 129.39 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 175 | 0 | 0.26 | 0.16 | 0.18 | 336.67 | 0.36 | 0.71 |
| Hex | D0 | 9A | AF | 0 | 1A | 10 | 12 | 151 | 24 | 47 |
| Octal | 320 | 232 | 257 | 0 | 32 | 20 | 22 | 521 | 44 | 107 |
| Binary | 11010000 | 10011010 | 10101111 | 0 | 11010 | 10000 | 10010 | 101010001 | 100100 | 1000111 |
Color Harmonies of #D09AAF
Complementary color
Monochromatic Colors of #D09AAF
Black with #D09AAF
Text Example
Text Example
White with #D09AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09AAF; }
p { color: rgb(208,154,175); }
H1.HeaderClassName
{
color: #D09AAF;
}
.AnyTagClassName
{
color: #D09AAF;
}
</style>
background-color css
<style>
a { background-color: #D09AAF; }
a { background-color: rgb(208,154,175); }
div.DivClassName
{
background-color: #D09AAF;
}
.BgClassName
{
background-color: #D09AAF;
}
</style>
border-color css
<style>
span { border-color: #D09AAF; }
span { border-color: rgb(208,154,175); }
td.TdClassName
{
border-color: #D09AAF;
}
.TagClassName
{
border-color: #D09AAF;
}
</style>