Shades of Kobi #D192AA
Tints of Kobi #D192AA
RGB
CMYK
RGB Variations
Color information
#D192AA (or 0xD192AA) is known color: Kobi. HEX triplet: D1, 92 and AA. RGB value is (209,146,170). Sum of RGB (Red+Green+Blue) = 209+146+170=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D192AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D192AA is #2E6D55. Grayscale: #A7A7A7. Windows color (decimal): -3042646 or 11178705. OLE color: 11178705.
HSL color Cylindrical-coordinate representation of color #D192AA: hue angle of 337.14º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D192AA is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 146 | 170 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.18 |
| HSL | 337.14º | 0.41% | 0.7% | - |
| HSV(B) | 337.14º | 0.3% | 0.82% | - |
| XYZ | 43.83 | 37.02 | 42.86 | - |
| YUV | 167.57 | 129.37 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 170 | 0 | 0.30 | 0.19 | 0.18 | 337.14 | 0.41 | 0.7 |
| Hex | D1 | 92 | AA | 0 | 1E | 13 | 12 | 151 | 29 | 46 |
| Octal | 321 | 222 | 252 | 0 | 36 | 23 | 22 | 521 | 51 | 106 |
| Binary | 11010001 | 10010010 | 10101010 | 0 | 11110 | 10011 | 10010 | 101010001 | 101001 | 1000110 |
Color Harmonies of #D192AA
Complementary color
Monochromatic Colors of #D192AA
Black with #D192AA
Text Example
Text Example
White with #D192AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D192AA; }
p { color: rgb(209,146,170); }
H1.HeaderClassName
{
color: #D192AA;
}
.AnyTagClassName
{
color: #D192AA;
}
</style>
background-color css
<style>
a { background-color: #D192AA; }
a { background-color: rgb(209,146,170); }
div.DivClassName
{
background-color: #D192AA;
}
.BgClassName
{
background-color: #D192AA;
}
</style>
border-color css
<style>
span { border-color: #D192AA; }
span { border-color: rgb(209,146,170); }
td.TdClassName
{
border-color: #D192AA;
}
.TagClassName
{
border-color: #D192AA;
}
</style>