Shades of Kobi #D190AF
Tints of Kobi #D190AF
RGB
CMYK
RGB Variations
Color information
#D190AF (or 0xD190AF) is known color: Kobi. HEX triplet: D1, 90 and AF. RGB value is (209,144,175). Sum of RGB (Red+Green+Blue) = 209+144+175=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D190AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D190AF is #2E6F50. Grayscale: #A6A6A6. Windows color (decimal): -3043153 or 11505873. OLE color: 11505873.
HSL color Cylindrical-coordinate representation of color #D190AF: hue angle of 331.38º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D190AF is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 175 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.18 |
| HSL | 331.38º | 0.41% | 0.69% | - |
| HSV(B) | 331.38º | 0.31% | 0.82% | - |
| XYZ | 44.01 | 36.6 | 45.3 | - |
| YUV | 166.97 | 132.53 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 175 | 0 | 0.31 | 0.16 | 0.18 | 331.38 | 0.41 | 0.69 |
| Hex | D1 | 90 | AF | 0 | 1F | 10 | 12 | 14B | 29 | 45 |
| Octal | 321 | 220 | 257 | 0 | 37 | 20 | 22 | 513 | 51 | 105 |
| Binary | 11010001 | 10010000 | 10101111 | 0 | 11111 | 10000 | 10010 | 101001011 | 101001 | 1000101 |
Color Harmonies of #D190AF
Complementary color
Monochromatic Colors of #D190AF
Black with #D190AF
Text Example
Text Example
White with #D190AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D190AF; }
p { color: rgb(209,144,175); }
H1.HeaderClassName
{
color: #D190AF;
}
.AnyTagClassName
{
color: #D190AF;
}
</style>
background-color css
<style>
a { background-color: #D190AF; }
a { background-color: rgb(209,144,175); }
div.DivClassName
{
background-color: #D190AF;
}
.BgClassName
{
background-color: #D190AF;
}
</style>
border-color css
<style>
span { border-color: #D190AF; }
span { border-color: rgb(209,144,175); }
td.TdClassName
{
border-color: #D190AF;
}
.TagClassName
{
border-color: #D190AF;
}
</style>