Shades of Kobi #D1A6B5
Tints of Kobi #D1A6B5
RGB
CMYK
RGB Variations
Color information
#D1A6B5 (or 0xD1A6B5) is known color: Kobi. HEX triplet: D1, A6 and B5. RGB value is (209,166,181). Sum of RGB (Red+Green+Blue) = 209+166+181=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A6B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A6B5 is #2E594A. Grayscale: #B4B4B4. Windows color (decimal): -3037515 or 11904721. OLE color: 11904721.
HSL color Cylindrical-coordinate representation of color #D1A6B5: hue angle of 339.07º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1A6B5 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 166 | 181 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.18 |
| HSL | 339.07º | 0.32% | 0.74% | - |
| HSV(B) | 339.07º | 0.21% | 0.82% | - |
| XYZ | 48.27 | 44.16 | 49.7 | - |
| YUV | 180.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 166 | 181 | 0 | 0.21 | 0.13 | 0.18 | 339.07 | 0.32 | 0.74 |
| Hex | D1 | A6 | B5 | 0 | 15 | D | 12 | 153 | 20 | 4A |
| Octal | 321 | 246 | 265 | 0 | 25 | 15 | 22 | 523 | 40 | 112 |
| Binary | 11010001 | 10100110 | 10110101 | 0 | 10101 | 1101 | 10010 | 101010011 | 100000 | 1001010 |
Color Harmonies of #D1A6B5
Complementary color
Monochromatic Colors of #D1A6B5
Black with #D1A6B5
Text Example
Text Example
White with #D1A6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A6B5; }
p { color: rgb(209,166,181); }
H1.HeaderClassName
{
color: #D1A6B5;
}
.AnyTagClassName
{
color: #D1A6B5;
}
</style>
background-color css
<style>
a { background-color: #D1A6B5; }
a { background-color: rgb(209,166,181); }
div.DivClassName
{
background-color: #D1A6B5;
}
.BgClassName
{
background-color: #D1A6B5;
}
</style>
border-color css
<style>
span { border-color: #D1A6B5; }
span { border-color: rgb(209,166,181); }
td.TdClassName
{
border-color: #D1A6B5;
}
.TagClassName
{
border-color: #D1A6B5;
}
</style>