Shades of Kobi #D098AA
Tints of Kobi #D098AA
RGB
CMYK
RGB Variations
Color information
#D098AA (or 0xD098AA) is known color: Kobi. HEX triplet: D0, 98 and AA. RGB value is (208,152,170). Sum of RGB (Red+Green+Blue) = 208+152+170=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D098AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D098AA is #2F6755. Grayscale: #AAAAAA. Windows color (decimal): -3106646 or 11180240. OLE color: 11180240.
HSL color Cylindrical-coordinate representation of color #D098AA: hue angle of 340.71º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D098AA is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 170 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.18 |
| HSL | 340.71º | 0.37% | 0.71% | - |
| HSV(B) | 340.71º | 0.27% | 0.82% | - |
| XYZ | 44.5 | 38.77 | 43.17 | - |
| YUV | 170.8 | 127.55 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 170 | 0 | 0.27 | 0.18 | 0.18 | 340.71 | 0.37 | 0.71 |
| Hex | D0 | 98 | AA | 0 | 1B | 12 | 12 | 155 | 25 | 47 |
| Octal | 320 | 230 | 252 | 0 | 33 | 22 | 22 | 525 | 45 | 107 |
| Binary | 11010000 | 10011000 | 10101010 | 0 | 11011 | 10010 | 10010 | 101010101 | 100101 | 1000111 |
Color Harmonies of #D098AA
Complementary color
Monochromatic Colors of #D098AA
Black with #D098AA
Text Example
Text Example
White with #D098AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D098AA; }
p { color: rgb(208,152,170); }
H1.HeaderClassName
{
color: #D098AA;
}
.AnyTagClassName
{
color: #D098AA;
}
</style>
background-color css
<style>
a { background-color: #D098AA; }
a { background-color: rgb(208,152,170); }
div.DivClassName
{
background-color: #D098AA;
}
.BgClassName
{
background-color: #D098AA;
}
</style>
border-color css
<style>
span { border-color: #D098AA; }
span { border-color: rgb(208,152,170); }
td.TdClassName
{
border-color: #D098AA;
}
.TagClassName
{
border-color: #D098AA;
}
</style>