Shades of Kobi #D7A0AD
Tints of Kobi #D7A0AD
RGB
CMYK
RGB Variations
Color information
#D7A0AD (or 0xD7A0AD) is known color: Kobi. HEX triplet: D7, A0 and AD. RGB value is (215,160,173). Sum of RGB (Red+Green+Blue) = 215+160+173=548 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.23% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A0AD is #285F52. Grayscale: #B1B1B1. Windows color (decimal): -2645843 or 11378903. OLE color: 11378903.
HSL color Cylindrical-coordinate representation of color #D7A0AD: hue angle of 345.82º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7A0AD is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 160 | 173 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.16 |
| HSL | 345.82º | 0.41% | 0.74% | - |
| HSV(B) | 345.82º | 0.26% | 0.84% | - |
| XYZ | 48.14 | 42.61 | 45.22 | - |
| YUV | 177.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 160 | 173 | 0 | 0.26 | 0.20 | 0.16 | 345.82 | 0.41 | 0.74 |
| Hex | D7 | A0 | AD | 0 | 1A | 14 | 10 | 15A | 29 | 4A |
| Octal | 327 | 240 | 255 | 0 | 32 | 24 | 20 | 532 | 51 | 112 |
| Binary | 11010111 | 10100000 | 10101101 | 0 | 11010 | 10100 | 10000 | 101011010 | 101001 | 1001010 |
Color Harmonies of #D7A0AD
Complementary color
Monochromatic Colors of #D7A0AD
Black with #D7A0AD
Text Example
Text Example
White with #D7A0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A0AD; }
p { color: rgb(215,160,173); }
H1.HeaderClassName
{
color: #D7A0AD;
}
.AnyTagClassName
{
color: #D7A0AD;
}
</style>
background-color css
<style>
a { background-color: #D7A0AD; }
a { background-color: rgb(215,160,173); }
div.DivClassName
{
background-color: #D7A0AD;
}
.BgClassName
{
background-color: #D7A0AD;
}
</style>
border-color css
<style>
span { border-color: #D7A0AD; }
span { border-color: rgb(215,160,173); }
td.TdClassName
{
border-color: #D7A0AD;
}
.TagClassName
{
border-color: #D7A0AD;
}
</style>