Shades of Kobi #D185AA
Tints of Kobi #D185AA
RGB
CMYK
RGB Variations
Color information
#D185AA (or 0xD185AA) is known color: Kobi. HEX triplet: D1, 85 and AA. RGB value is (209,133,170). Sum of RGB (Red+Green+Blue) = 209+133+170=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D185AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D185AA is #2E7A55. Grayscale: #9F9F9F. Windows color (decimal): -3045974 or 11175377. OLE color: 11175377.
HSL color Cylindrical-coordinate representation of color #D185AA: hue angle of 330.79º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D185AA is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 170 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.18 |
| HSL | 330.79º | 0.45% | 0.67% | - |
| HSV(B) | 330.79º | 0.36% | 0.82% | - |
| XYZ | 41.94 | 33.23 | 42.23 | - |
| YUV | 159.94 | 133.68 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 170 | 0 | 0.36 | 0.19 | 0.18 | 330.79 | 0.45 | 0.67 |
| Hex | D1 | 85 | AA | 0 | 24 | 13 | 12 | 14B | 2D | 43 |
| Octal | 321 | 205 | 252 | 0 | 44 | 23 | 22 | 513 | 55 | 103 |
| Binary | 11010001 | 10000101 | 10101010 | 0 | 100100 | 10011 | 10010 | 101001011 | 101101 | 1000011 |
Color Harmonies of #D185AA
Complementary color
Monochromatic Colors of #D185AA
Black with #D185AA
Text Example
Text Example
White with #D185AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D185AA; }
p { color: rgb(209,133,170); }
H1.HeaderClassName
{
color: #D185AA;
}
.AnyTagClassName
{
color: #D185AA;
}
</style>
background-color css
<style>
a { background-color: #D185AA; }
a { background-color: rgb(209,133,170); }
div.DivClassName
{
background-color: #D185AA;
}
.BgClassName
{
background-color: #D185AA;
}
</style>
border-color css
<style>
span { border-color: #D185AA; }
span { border-color: rgb(209,133,170); }
td.TdClassName
{
border-color: #D185AA;
}
.TagClassName
{
border-color: #D185AA;
}
</style>