Shades of Kobi #D8A1AD
Tints of Kobi #D8A1AD
RGB
CMYK
RGB Variations
Color information
#D8A1AD (or 0xD8A1AD) is known color: Kobi. HEX triplet: D8, A1 and AD. RGB value is (216,161,173). Sum of RGB (Red+Green+Blue) = 216+161+173=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A1AD is #275E52. Grayscale: #B2B2B2. Windows color (decimal): -2580051 or 11379160. OLE color: 11379160.
HSL color Cylindrical-coordinate representation of color #D8A1AD: hue angle of 346.91º 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 #D8A1AD is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 161 | 173 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.15 |
| HSL | 346.91º | 0.41% | 0.74% | - |
| HSV(B) | 346.91º | 0.25% | 0.85% | - |
| XYZ | 48.61 | 43.11 | 45.29 | - |
| YUV | 178.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 161 | 173 | 0 | 0.25 | 0.20 | 0.15 | 346.91 | 0.41 | 0.74 |
| Hex | D8 | A1 | AD | 0 | 19 | 14 | F | 15B | 29 | 4A |
| Octal | 330 | 241 | 255 | 0 | 31 | 24 | 17 | 533 | 51 | 112 |
| Binary | 11011000 | 10100001 | 10101101 | 0 | 11001 | 10100 | 1111 | 101011011 | 101001 | 1001010 |
Color Harmonies of #D8A1AD
Complementary color
Monochromatic Colors of #D8A1AD
Black with #D8A1AD
Text Example
Text Example
White with #D8A1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A1AD; }
p { color: rgb(216,161,173); }
H1.HeaderClassName
{
color: #D8A1AD;
}
.AnyTagClassName
{
color: #D8A1AD;
}
</style>
background-color css
<style>
a { background-color: #D8A1AD; }
a { background-color: rgb(216,161,173); }
div.DivClassName
{
background-color: #D8A1AD;
}
.BgClassName
{
background-color: #D8A1AD;
}
</style>
border-color css
<style>
span { border-color: #D8A1AD; }
span { border-color: rgb(216,161,173); }
td.TdClassName
{
border-color: #D8A1AD;
}
.TagClassName
{
border-color: #D8A1AD;
}
</style>