Shades of Kobi #D191AA
Tints of Kobi #D191AA
RGB
CMYK
RGB Variations
Color information
#D191AA (or 0xD191AA) is known color: Kobi. HEX triplet: D1, 91 and AA. RGB value is (209,145,170). Sum of RGB (Red+Green+Blue) = 209+145+170=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 209 - color contains mainly: red. Hex color #D191AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D191AA is #2E6E55. Grayscale: #A6A6A6. Windows color (decimal): -3042902 or 11178449. OLE color: 11178449.
HSL color Cylindrical-coordinate representation of color #D191AA: hue angle of 336.56º 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 #D191AA is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 145 | 170 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.18 |
| HSL | 336.56º | 0.41% | 0.69% | - |
| HSV(B) | 336.56º | 0.31% | 0.82% | - |
| XYZ | 43.68 | 36.71 | 42.81 | - |
| YUV | 166.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 145 | 170 | 0 | 0.31 | 0.19 | 0.18 | 336.56 | 0.41 | 0.69 |
| Hex | D1 | 91 | AA | 0 | 1F | 13 | 12 | 151 | 29 | 45 |
| Octal | 321 | 221 | 252 | 0 | 37 | 23 | 22 | 521 | 51 | 105 |
| Binary | 11010001 | 10010001 | 10101010 | 0 | 11111 | 10011 | 10010 | 101010001 | 101001 | 1000101 |
Color Harmonies of #D191AA
Complementary color
Monochromatic Colors of #D191AA
Black with #D191AA
Text Example
Text Example
White with #D191AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D191AA; }
p { color: rgb(209,145,170); }
H1.HeaderClassName
{
color: #D191AA;
}
.AnyTagClassName
{
color: #D191AA;
}
</style>
background-color css
<style>
a { background-color: #D191AA; }
a { background-color: rgb(209,145,170); }
div.DivClassName
{
background-color: #D191AA;
}
.BgClassName
{
background-color: #D191AA;
}
</style>
border-color css
<style>
span { border-color: #D191AA; }
span { border-color: rgb(209,145,170); }
td.TdClassName
{
border-color: #D191AA;
}
.TagClassName
{
border-color: #D191AA;
}
</style>