Shades of Kobi #D6A0AC
Tints of Kobi #D6A0AC
RGB
CMYK
RGB Variations
Color information
#D6A0AC (or 0xD6A0AC) is known color: Kobi. HEX triplet: D6, A0 and AC. RGB value is (214,160,172). Sum of RGB (Red+Green+Blue) = 214+160+172=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A0AC is #295F53. Grayscale: #B1B1B1. Windows color (decimal): -2711380 or 11313366. OLE color: 11313366.
HSL color Cylindrical-coordinate representation of color #D6A0AC: hue angle of 346.67º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6A0AC is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 160 | 172 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.16 |
| HSL | 346.67º | 0.4% | 0.73% | - |
| HSV(B) | 346.67º | 0.25% | 0.84% | - |
| XYZ | 47.75 | 42.42 | 44.7 | - |
| YUV | 177.51 | 124.89 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 160 | 172 | 0 | 0.25 | 0.20 | 0.16 | 346.67 | 0.4 | 0.73 |
| Hex | D6 | A0 | AC | 0 | 19 | 14 | 10 | 15B | 28 | 49 |
| Octal | 326 | 240 | 254 | 0 | 31 | 24 | 20 | 533 | 50 | 111 |
| Binary | 11010110 | 10100000 | 10101100 | 0 | 11001 | 10100 | 10000 | 101011011 | 101000 | 1001001 |
Color Harmonies of #D6A0AC
Complementary color
Monochromatic Colors of #D6A0AC
Black with #D6A0AC
Text Example
Text Example
White with #D6A0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A0AC; }
p { color: rgb(214,160,172); }
H1.HeaderClassName
{
color: #D6A0AC;
}
.AnyTagClassName
{
color: #D6A0AC;
}
</style>
background-color css
<style>
a { background-color: #D6A0AC; }
a { background-color: rgb(214,160,172); }
div.DivClassName
{
background-color: #D6A0AC;
}
.BgClassName
{
background-color: #D6A0AC;
}
</style>
border-color css
<style>
span { border-color: #D6A0AC; }
span { border-color: rgb(214,160,172); }
td.TdClassName
{
border-color: #D6A0AC;
}
.TagClassName
{
border-color: #D6A0AC;
}
</style>