Shades of Kobi #D198AA
Tints of Kobi #D198AA
RGB
CMYK
RGB Variations
Color information
#D198AA (or 0xD198AA) is known color: Kobi. HEX triplet: D1, 98 and AA. RGB value is (209,152,170). Sum of RGB (Red+Green+Blue) = 209+152+170=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D198AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D198AA is #2E6755. Grayscale: #ABABAB. Windows color (decimal): -3041110 or 11180241. OLE color: 11180241.
HSL color Cylindrical-coordinate representation of color #D198AA: hue angle of 341.05º degrees, saturation: 0.38, 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 #D198AA is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 170 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.18 |
| HSL | 341.05º | 0.38% | 0.71% | - |
| HSV(B) | 341.05º | 0.27% | 0.82% | - |
| XYZ | 44.78 | 38.91 | 43.18 | - |
| YUV | 171.1 | 127.38 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 170 | 0 | 0.27 | 0.19 | 0.18 | 341.05 | 0.38 | 0.71 |
| Hex | D1 | 98 | AA | 0 | 1B | 13 | 12 | 155 | 26 | 47 |
| Octal | 321 | 230 | 252 | 0 | 33 | 23 | 22 | 525 | 46 | 107 |
| Binary | 11010001 | 10011000 | 10101010 | 0 | 11011 | 10011 | 10010 | 101010101 | 100110 | 1000111 |
Color Harmonies of #D198AA
Complementary color
Monochromatic Colors of #D198AA
Black with #D198AA
Text Example
Text Example
White with #D198AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D198AA; }
p { color: rgb(209,152,170); }
H1.HeaderClassName
{
color: #D198AA;
}
.AnyTagClassName
{
color: #D198AA;
}
</style>
background-color css
<style>
a { background-color: #D198AA; }
a { background-color: rgb(209,152,170); }
div.DivClassName
{
background-color: #D198AA;
}
.BgClassName
{
background-color: #D198AA;
}
</style>
border-color css
<style>
span { border-color: #D198AA; }
span { border-color: rgb(209,152,170); }
td.TdClassName
{
border-color: #D198AA;
}
.TagClassName
{
border-color: #D198AA;
}
</style>