Shades of Kobi #D191AF
Tints of Kobi #D191AF
RGB
CMYK
RGB Variations
Color information
#D191AF (or 0xD191AF) is known color: Kobi. HEX triplet: D1, 91 and AF. RGB value is (209,145,175). Sum of RGB (Red+Green+Blue) = 209+145+175=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D191AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D191AF is #2E6E50. Grayscale: #A7A7A7. Windows color (decimal): -3042897 or 11506129. OLE color: 11506129.
HSL color Cylindrical-coordinate representation of color #D191AF: hue angle of 331.88º 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 #D191AF is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 175 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.18 |
| HSL | 331.88º | 0.41% | 0.69% | - |
| HSV(B) | 331.88º | 0.31% | 0.82% | - |
| XYZ | 44.16 | 36.9 | 45.35 | - |
| YUV | 167.56 | 132.2 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 175 | 0 | 0.31 | 0.16 | 0.18 | 331.88 | 0.41 | 0.69 |
| Hex | D1 | 91 | AF | 0 | 1F | 10 | 12 | 14C | 29 | 45 |
| Octal | 321 | 221 | 257 | 0 | 37 | 20 | 22 | 514 | 51 | 105 |
| Binary | 11010001 | 10010001 | 10101111 | 0 | 11111 | 10000 | 10010 | 101001100 | 101001 | 1000101 |
Color Harmonies of #D191AF
Complementary color
Monochromatic Colors of #D191AF
Black with #D191AF
Text Example
Text Example
White with #D191AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D191AF; }
p { color: rgb(209,145,175); }
H1.HeaderClassName
{
color: #D191AF;
}
.AnyTagClassName
{
color: #D191AF;
}
</style>
background-color css
<style>
a { background-color: #D191AF; }
a { background-color: rgb(209,145,175); }
div.DivClassName
{
background-color: #D191AF;
}
.BgClassName
{
background-color: #D191AF;
}
</style>
border-color css
<style>
span { border-color: #D191AF; }
span { border-color: rgb(209,145,175); }
td.TdClassName
{
border-color: #D191AF;
}
.TagClassName
{
border-color: #D191AF;
}
</style>