Shades of Kobi #D18BAF
Tints of Kobi #D18BAF
RGB
CMYK
RGB Variations
Color information
#D18BAF (or 0xD18BAF) is known color: Kobi. HEX triplet: D1, 8B and AF. RGB value is (209,139,175). Sum of RGB (Red+Green+Blue) = 209+139+175=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 209 - color contains mainly: red. Hex color #D18BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18BAF is #2E7450. Grayscale: #A3A3A3. Windows color (decimal): -3044433 or 11504593. OLE color: 11504593.
HSL color Cylindrical-coordinate representation of color #D18BAF: hue angle of 329.14º 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 #D18BAF is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 175 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.18 |
| HSL | 329.14º | 0.43% | 0.68% | - |
| HSV(B) | 329.14º | 0.33% | 0.82% | - |
| XYZ | 43.26 | 35.12 | 45.06 | - |
| YUV | 164.03 | 134.19 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 175 | 0 | 0.33 | 0.16 | 0.18 | 329.14 | 0.43 | 0.68 |
| Hex | D1 | 8B | AF | 0 | 21 | 10 | 12 | 149 | 2B | 44 |
| Octal | 321 | 213 | 257 | 0 | 41 | 20 | 22 | 511 | 53 | 104 |
| Binary | 11010001 | 10001011 | 10101111 | 0 | 100001 | 10000 | 10010 | 101001001 | 101011 | 1000100 |
Color Harmonies of #D18BAF
Complementary color
Monochromatic Colors of #D18BAF
Black with #D18BAF
Text Example
Text Example
White with #D18BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18BAF; }
p { color: rgb(209,139,175); }
H1.HeaderClassName
{
color: #D18BAF;
}
.AnyTagClassName
{
color: #D18BAF;
}
</style>
background-color css
<style>
a { background-color: #D18BAF; }
a { background-color: rgb(209,139,175); }
div.DivClassName
{
background-color: #D18BAF;
}
.BgClassName
{
background-color: #D18BAF;
}
</style>
border-color css
<style>
span { border-color: #D18BAF; }
span { border-color: rgb(209,139,175); }
td.TdClassName
{
border-color: #D18BAF;
}
.TagClassName
{
border-color: #D18BAF;
}
</style>