Shades of Kobi #D3A0AD
Tints of Kobi #D3A0AD
RGB
CMYK
RGB Variations
Color information
#D3A0AD (or 0xD3A0AD) is known color: Kobi. HEX triplet: D3, A0 and AD. RGB value is (211,160,173). Sum of RGB (Red+Green+Blue) = 211+160+173=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 160 (62.89% from 255 or 29.41% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A0AD is #2C5F52. Grayscale: #B0B0B0. Windows color (decimal): -2907987 or 11378899. OLE color: 11378899.
HSL color Cylindrical-coordinate representation of color #D3A0AD: hue angle of 344.71º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3A0AD is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 160 | 173 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.17 |
| HSL | 344.71º | 0.37% | 0.73% | - |
| HSV(B) | 344.71º | 0.24% | 0.83% | - |
| XYZ | 46.98 | 42.01 | 45.17 | - |
| YUV | 176.73 | 125.9 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 160 | 173 | 0 | 0.24 | 0.18 | 0.17 | 344.71 | 0.37 | 0.73 |
| Hex | D3 | A0 | AD | 0 | 18 | 12 | 11 | 159 | 25 | 49 |
| Octal | 323 | 240 | 255 | 0 | 30 | 22 | 21 | 531 | 45 | 111 |
| Binary | 11010011 | 10100000 | 10101101 | 0 | 11000 | 10010 | 10001 | 101011001 | 100101 | 1001001 |
Color Harmonies of #D3A0AD
Complementary color
Monochromatic Colors of #D3A0AD
Black with #D3A0AD
Text Example
Text Example
White with #D3A0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A0AD; }
p { color: rgb(211,160,173); }
H1.HeaderClassName
{
color: #D3A0AD;
}
.AnyTagClassName
{
color: #D3A0AD;
}
</style>
background-color css
<style>
a { background-color: #D3A0AD; }
a { background-color: rgb(211,160,173); }
div.DivClassName
{
background-color: #D3A0AD;
}
.BgClassName
{
background-color: #D3A0AD;
}
</style>
border-color css
<style>
span { border-color: #D3A0AD; }
span { border-color: rgb(211,160,173); }
td.TdClassName
{
border-color: #D3A0AD;
}
.TagClassName
{
border-color: #D3A0AD;
}
</style>