Shades of Kobi #D097AA
Tints of Kobi #D097AA
RGB
CMYK
RGB Variations
Color information
#D097AA (or 0xD097AA) is known color: Kobi. HEX triplet: D0, 97 and AA. RGB value is (208,151,170). Sum of RGB (Red+Green+Blue) = 208+151+170=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D097AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D097AA is #2F6855. Grayscale: #AAAAAA. Windows color (decimal): -3106902 or 11179984. OLE color: 11179984.
HSL color Cylindrical-coordinate representation of color #D097AA: hue angle of 340º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D097AA is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 151 | 170 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.18 |
| HSL | 340º | 0.38% | 0.7% | - |
| HSV(B) | 340º | 0.27% | 0.82% | - |
| XYZ | 44.33 | 38.45 | 43.11 | - |
| YUV | 170.21 | 127.88 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 170 | 0 | 0.27 | 0.18 | 0.18 | 340 | 0.38 | 0.7 |
| Hex | D0 | 97 | AA | 0 | 1B | 12 | 12 | 154 | 26 | 46 |
| Octal | 320 | 227 | 252 | 0 | 33 | 22 | 22 | 524 | 46 | 106 |
| Binary | 11010000 | 10010111 | 10101010 | 0 | 11011 | 10010 | 10010 | 101010100 | 100110 | 1000110 |
Color Harmonies of #D097AA
Complementary color
Monochromatic Colors of #D097AA
Black with #D097AA
Text Example
Text Example
White with #D097AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D097AA; }
p { color: rgb(208,151,170); }
H1.HeaderClassName
{
color: #D097AA;
}
.AnyTagClassName
{
color: #D097AA;
}
</style>
background-color css
<style>
a { background-color: #D097AA; }
a { background-color: rgb(208,151,170); }
div.DivClassName
{
background-color: #D097AA;
}
.BgClassName
{
background-color: #D097AA;
}
</style>
border-color css
<style>
span { border-color: #D097AA; }
span { border-color: rgb(208,151,170); }
td.TdClassName
{
border-color: #D097AA;
}
.TagClassName
{
border-color: #D097AA;
}
</style>