Shades of Kobi #D18BAC
Tints of Kobi #D18BAC
RGB
CMYK
RGB Variations
Color information
#D18BAC (or 0xD18BAC) is known color: Kobi. HEX triplet: D1, 8B and AC. RGB value is (209,139,172). Sum of RGB (Red+Green+Blue) = 209+139+172=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D18BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18BAC is #2E7453. Grayscale: #A3A3A3. Windows color (decimal): -3044436 or 11307985. OLE color: 11307985.
HSL color Cylindrical-coordinate representation of color #D18BAC: hue angle of 331.71º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D18BAC is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 172 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.18 |
| HSL | 331.71º | 0.43% | 0.68% | - |
| HSV(B) | 331.71º | 0.33% | 0.82% | - |
| XYZ | 42.97 | 35 | 43.52 | - |
| YUV | 163.69 | 132.69 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 172 | 0 | 0.33 | 0.18 | 0.18 | 331.71 | 0.43 | 0.68 |
| Hex | D1 | 8B | AC | 0 | 21 | 12 | 12 | 14C | 2B | 44 |
| Octal | 321 | 213 | 254 | 0 | 41 | 22 | 22 | 514 | 53 | 104 |
| Binary | 11010001 | 10001011 | 10101100 | 0 | 100001 | 10010 | 10010 | 101001100 | 101011 | 1000100 |
Color Harmonies of #D18BAC
Complementary color
Monochromatic Colors of #D18BAC
Black with #D18BAC
Text Example
Text Example
White with #D18BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18BAC; }
p { color: rgb(209,139,172); }
H1.HeaderClassName
{
color: #D18BAC;
}
.AnyTagClassName
{
color: #D18BAC;
}
</style>
background-color css
<style>
a { background-color: #D18BAC; }
a { background-color: rgb(209,139,172); }
div.DivClassName
{
background-color: #D18BAC;
}
.BgClassName
{
background-color: #D18BAC;
}
</style>
border-color css
<style>
span { border-color: #D18BAC; }
span { border-color: rgb(209,139,172); }
td.TdClassName
{
border-color: #D18BAC;
}
.TagClassName
{
border-color: #D18BAC;
}
</style>