Shades of Kobi #D6A3AF
Tints of Kobi #D6A3AF
RGB
CMYK
RGB Variations
Color information
#D6A3AF (or 0xD6A3AF) is known color: Kobi. HEX triplet: D6, A3 and AF. RGB value is (214,163,175). Sum of RGB (Red+Green+Blue) = 214+163+175=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 163 (64.06% from 255 or 29.53% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A3AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A3AF is #295C50. Grayscale: #B3B3B3. Windows color (decimal): -2710609 or 11510742. OLE color: 11510742.
HSL color Cylindrical-coordinate representation of color #D6A3AF: hue angle of 345.88º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6A3AF is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 163 | 175 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.16 |
| HSL | 345.88º | 0.38% | 0.74% | - |
| HSV(B) | 345.88º | 0.24% | 0.84% | - |
| XYZ | 48.57 | 43.59 | 46.41 | - |
| YUV | 179.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 163 | 175 | 0 | 0.24 | 0.18 | 0.16 | 345.88 | 0.38 | 0.74 |
| Hex | D6 | A3 | AF | 0 | 18 | 12 | 10 | 15A | 26 | 4A |
| Octal | 326 | 243 | 257 | 0 | 30 | 22 | 20 | 532 | 46 | 112 |
| Binary | 11010110 | 10100011 | 10101111 | 0 | 11000 | 10010 | 10000 | 101011010 | 100110 | 1001010 |
Color Harmonies of #D6A3AF
Complementary color
Monochromatic Colors of #D6A3AF
Black with #D6A3AF
Text Example
Text Example
White with #D6A3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A3AF; }
p { color: rgb(214,163,175); }
H1.HeaderClassName
{
color: #D6A3AF;
}
.AnyTagClassName
{
color: #D6A3AF;
}
</style>
background-color css
<style>
a { background-color: #D6A3AF; }
a { background-color: rgb(214,163,175); }
div.DivClassName
{
background-color: #D6A3AF;
}
.BgClassName
{
background-color: #D6A3AF;
}
</style>
border-color css
<style>
span { border-color: #D6A3AF; }
span { border-color: rgb(214,163,175); }
td.TdClassName
{
border-color: #D6A3AF;
}
.TagClassName
{
border-color: #D6A3AF;
}
</style>