Shades of Kobi #D8A1AC
Tints of Kobi #D8A1AC
RGB
CMYK
RGB Variations
Color information
#D8A1AC (or 0xD8A1AC) is known color: Kobi. HEX triplet: D8, A1 and AC. RGB value is (216,161,172). Sum of RGB (Red+Green+Blue) = 216+161+172=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A1AC is #275E53. Grayscale: #B2B2B2. Windows color (decimal): -2580052 or 11313624. OLE color: 11313624.
HSL color Cylindrical-coordinate representation of color #D8A1AC: hue angle of 348º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8A1AC is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 161 | 172 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.15 |
| HSL | 348º | 0.41% | 0.74% | - |
| HSV(B) | 348º | 0.25% | 0.85% | - |
| XYZ | 48.51 | 43.07 | 44.79 | - |
| YUV | 178.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 161 | 172 | 0 | 0.25 | 0.20 | 0.15 | 348 | 0.41 | 0.74 |
| Hex | D8 | A1 | AC | 0 | 19 | 14 | F | 15C | 29 | 4A |
| Octal | 330 | 241 | 254 | 0 | 31 | 24 | 17 | 534 | 51 | 112 |
| Binary | 11011000 | 10100001 | 10101100 | 0 | 11001 | 10100 | 1111 | 101011100 | 101001 | 1001010 |
Color Harmonies of #D8A1AC
Complementary color
Monochromatic Colors of #D8A1AC
Black with #D8A1AC
Text Example
Text Example
White with #D8A1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A1AC; }
p { color: rgb(216,161,172); }
H1.HeaderClassName
{
color: #D8A1AC;
}
.AnyTagClassName
{
color: #D8A1AC;
}
</style>
background-color css
<style>
a { background-color: #D8A1AC; }
a { background-color: rgb(216,161,172); }
div.DivClassName
{
background-color: #D8A1AC;
}
.BgClassName
{
background-color: #D8A1AC;
}
</style>
border-color css
<style>
span { border-color: #D8A1AC; }
span { border-color: rgb(216,161,172); }
td.TdClassName
{
border-color: #D8A1AC;
}
.TagClassName
{
border-color: #D8A1AC;
}
</style>