Shades of Kobi #D896A3
Tints of Kobi #D896A3
RGB
CMYK
RGB Variations
Color information
#D896A3 (or 0xD896A3) is known color: Kobi. HEX triplet: D8, 96 and A3. RGB value is (216,150,163). Sum of RGB (Red+Green+Blue) = 216+150+163=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 163 (64.06% from 255 or 30.81% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D896A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D896A3 is #27695C. Grayscale: #ABABAB. Windows color (decimal): -2582877 or 10720984. OLE color: 10720984.
HSL color Cylindrical-coordinate representation of color #D896A3: hue angle of 348.18º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D896A3 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 150 | 163 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.15 |
| HSL | 348.18º | 0.46% | 0.72% | - |
| HSV(B) | 348.18º | 0.31% | 0.85% | - |
| XYZ | 45.84 | 39.06 | 39.77 | - |
| YUV | 171.22 | 123.37 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 163 | 0 | 0.31 | 0.25 | 0.15 | 348.18 | 0.46 | 0.72 |
| Hex | D8 | 96 | A3 | 0 | 1F | 19 | F | 15C | 2E | 48 |
| Octal | 330 | 226 | 243 | 0 | 37 | 31 | 17 | 534 | 56 | 110 |
| Binary | 11011000 | 10010110 | 10100011 | 0 | 11111 | 11001 | 1111 | 101011100 | 101110 | 1001000 |
Color Harmonies of #D896A3
Complementary color
Monochromatic Colors of #D896A3
Black with #D896A3
Text Example
Text Example
White with #D896A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D896A3; }
p { color: rgb(216,150,163); }
H1.HeaderClassName
{
color: #D896A3;
}
.AnyTagClassName
{
color: #D896A3;
}
</style>
background-color css
<style>
a { background-color: #D896A3; }
a { background-color: rgb(216,150,163); }
div.DivClassName
{
background-color: #D896A3;
}
.BgClassName
{
background-color: #D896A3;
}
</style>
border-color css
<style>
span { border-color: #D896A3; }
span { border-color: rgb(216,150,163); }
td.TdClassName
{
border-color: #D896A3;
}
.TagClassName
{
border-color: #D896A3;
}
</style>