Shades of Kobi #D09AAD
Tints of Kobi #D09AAD
RGB
CMYK
RGB Variations
Color information
#D09AAD (or 0xD09AAD) is known color: Kobi. HEX triplet: D0, 9A and AD. RGB value is (208,154,173). Sum of RGB (Red+Green+Blue) = 208+154+173=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D09AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09AAD is #2F6552. Grayscale: #ACACAC. Windows color (decimal): -3106131 or 11377360. OLE color: 11377360.
HSL color Cylindrical-coordinate representation of color #D09AAD: hue angle of 338.89º 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 #D09AAD is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 154 | 173 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.18 |
| HSL | 338.89º | 0.36% | 0.71% | - |
| HSV(B) | 338.89º | 0.26% | 0.82% | - |
| XYZ | 45.11 | 39.54 | 44.79 | - |
| YUV | 172.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 173 | 0 | 0.26 | 0.17 | 0.18 | 338.89 | 0.36 | 0.71 |
| Hex | D0 | 9A | AD | 0 | 1A | 11 | 12 | 153 | 24 | 47 |
| Octal | 320 | 232 | 255 | 0 | 32 | 21 | 22 | 523 | 44 | 107 |
| Binary | 11010000 | 10011010 | 10101101 | 0 | 11010 | 10001 | 10010 | 101010011 | 100100 | 1000111 |
Color Harmonies of #D09AAD
Complementary color
Monochromatic Colors of #D09AAD
Black with #D09AAD
Text Example
Text Example
White with #D09AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09AAD; }
p { color: rgb(208,154,173); }
H1.HeaderClassName
{
color: #D09AAD;
}
.AnyTagClassName
{
color: #D09AAD;
}
</style>
background-color css
<style>
a { background-color: #D09AAD; }
a { background-color: rgb(208,154,173); }
div.DivClassName
{
background-color: #D09AAD;
}
.BgClassName
{
background-color: #D09AAD;
}
</style>
border-color css
<style>
span { border-color: #D09AAD; }
span { border-color: rgb(208,154,173); }
td.TdClassName
{
border-color: #D09AAD;
}
.TagClassName
{
border-color: #D09AAD;
}
</style>