Shades of Kobi #D18FAB
Tints of Kobi #D18FAB
RGB
CMYK
RGB Variations
Color information
#D18FAB (or 0xD18FAB) is known color: Kobi. HEX triplet: D1, 8F and AB. RGB value is (209,143,171). Sum of RGB (Red+Green+Blue) = 209+143+171=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 209 - color contains mainly: red. Hex color #D18FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18FAB is #2E7054. Grayscale: #A5A5A5. Windows color (decimal): -3043413 or 11243473. OLE color: 11243473.
HSL color Cylindrical-coordinate representation of color #D18FAB: hue angle of 334.55º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D18FAB is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 143 | 171 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.18 |
| HSL | 334.55º | 0.42% | 0.69% | - |
| HSV(B) | 334.55º | 0.32% | 0.82% | - |
| XYZ | 43.47 | 36.14 | 43.21 | - |
| YUV | 165.93 | 130.87 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 143 | 171 | 0 | 0.32 | 0.18 | 0.18 | 334.55 | 0.42 | 0.69 |
| Hex | D1 | 8F | AB | 0 | 20 | 12 | 12 | 14F | 2A | 45 |
| Octal | 321 | 217 | 253 | 0 | 40 | 22 | 22 | 517 | 52 | 105 |
| Binary | 11010001 | 10001111 | 10101011 | 0 | 100000 | 10010 | 10010 | 101001111 | 101010 | 1000101 |
Color Harmonies of #D18FAB
Complementary color
Monochromatic Colors of #D18FAB
Black with #D18FAB
Text Example
Text Example
White with #D18FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18FAB; }
p { color: rgb(209,143,171); }
H1.HeaderClassName
{
color: #D18FAB;
}
.AnyTagClassName
{
color: #D18FAB;
}
</style>
background-color css
<style>
a { background-color: #D18FAB; }
a { background-color: rgb(209,143,171); }
div.DivClassName
{
background-color: #D18FAB;
}
.BgClassName
{
background-color: #D18FAB;
}
</style>
border-color css
<style>
span { border-color: #D18FAB; }
span { border-color: rgb(209,143,171); }
td.TdClassName
{
border-color: #D18FAB;
}
.TagClassName
{
border-color: #D18FAB;
}
</style>