Shades of Kobi #D184AC
Tints of Kobi #D184AC
RGB
CMYK
RGB Variations
Color information
#D184AC (or 0xD184AC) is known color: Kobi. HEX triplet: D1, 84 and AC. RGB value is (209,132,172). Sum of RGB (Red+Green+Blue) = 209+132+172=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D184AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D184AC is #2E7B53. Grayscale: #9F9F9F. Windows color (decimal): -3046228 or 11306193. OLE color: 11306193.
HSL color Cylindrical-coordinate representation of color #D184AC: hue angle of 328.83º 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 #D184AC is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 172 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.18 |
| HSL | 328.83º | 0.46% | 0.67% | - |
| HSV(B) | 328.83º | 0.37% | 0.82% | - |
| XYZ | 41.99 | 33.04 | 43.19 | - |
| YUV | 159.58 | 135.01 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 172 | 0 | 0.37 | 0.18 | 0.18 | 328.83 | 0.46 | 0.67 |
| Hex | D1 | 84 | AC | 0 | 25 | 12 | 12 | 149 | 2E | 43 |
| Octal | 321 | 204 | 254 | 0 | 45 | 22 | 22 | 511 | 56 | 103 |
| Binary | 11010001 | 10000100 | 10101100 | 0 | 100101 | 10010 | 10010 | 101001001 | 101110 | 1000011 |
Color Harmonies of #D184AC
Complementary color
Monochromatic Colors of #D184AC
Black with #D184AC
Text Example
Text Example
White with #D184AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D184AC; }
p { color: rgb(209,132,172); }
H1.HeaderClassName
{
color: #D184AC;
}
.AnyTagClassName
{
color: #D184AC;
}
</style>
background-color css
<style>
a { background-color: #D184AC; }
a { background-color: rgb(209,132,172); }
div.DivClassName
{
background-color: #D184AC;
}
.BgClassName
{
background-color: #D184AC;
}
</style>
border-color css
<style>
span { border-color: #D184AC; }
span { border-color: rgb(209,132,172); }
td.TdClassName
{
border-color: #D184AC;
}
.TagClassName
{
border-color: #D184AC;
}
</style>