Shades of Kobi #D184AB
Tints of Kobi #D184AB
RGB
CMYK
RGB Variations
Color information
#D184AB (or 0xD184AB) is known color: Kobi. HEX triplet: D1, 84 and AB. RGB value is (209,132,171). Sum of RGB (Red+Green+Blue) = 209+132+171=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D184AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D184AB is #2E7B54. Grayscale: #9F9F9F. Windows color (decimal): -3046229 or 11240657. OLE color: 11240657.
HSL color Cylindrical-coordinate representation of color #D184AB: hue angle of 329.61º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D184AB is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 171 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.18 |
| HSL | 329.61º | 0.46% | 0.67% | - |
| HSV(B) | 329.61º | 0.37% | 0.82% | - |
| XYZ | 41.9 | 33 | 42.69 | - |
| YUV | 159.47 | 134.51 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 171 | 0 | 0.37 | 0.18 | 0.18 | 329.61 | 0.46 | 0.67 |
| Hex | D1 | 84 | AB | 0 | 25 | 12 | 12 | 14A | 2E | 43 |
| Octal | 321 | 204 | 253 | 0 | 45 | 22 | 22 | 512 | 56 | 103 |
| Binary | 11010001 | 10000100 | 10101011 | 0 | 100101 | 10010 | 10010 | 101001010 | 101110 | 1000011 |
Color Harmonies of #D184AB
Complementary color
Monochromatic Colors of #D184AB
Black with #D184AB
Text Example
Text Example
White with #D184AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D184AB; }
p { color: rgb(209,132,171); }
H1.HeaderClassName
{
color: #D184AB;
}
.AnyTagClassName
{
color: #D184AB;
}
</style>
background-color css
<style>
a { background-color: #D184AB; }
a { background-color: rgb(209,132,171); }
div.DivClassName
{
background-color: #D184AB;
}
.BgClassName
{
background-color: #D184AB;
}
</style>
border-color css
<style>
span { border-color: #D184AB; }
span { border-color: rgb(209,132,171); }
td.TdClassName
{
border-color: #D184AB;
}
.TagClassName
{
border-color: #D184AB;
}
</style>