Shades of Kobi #D896A8
Tints of Kobi #D896A8
RGB
CMYK
RGB Variations
Color information
#D896A8 (or 0xD896A8) is known color: Kobi. HEX triplet: D8, 96 and A8. RGB value is (216,150,168). Sum of RGB (Red+Green+Blue) = 216+150+168=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D896A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D896A8 is #276957. Grayscale: #ABABAB. Windows color (decimal): -2582872 or 11048664. OLE color: 11048664.
HSL color Cylindrical-coordinate representation of color #D896A8: hue angle of 343.64º 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 #D896A8 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 150 | 168 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.15 |
| HSL | 343.64º | 0.46% | 0.72% | - |
| HSV(B) | 343.64º | 0.31% | 0.85% | - |
| XYZ | 46.29 | 39.24 | 42.18 | - |
| YUV | 171.79 | 125.87 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 168 | 0 | 0.31 | 0.22 | 0.15 | 343.64 | 0.46 | 0.72 |
| Hex | D8 | 96 | A8 | 0 | 1F | 16 | F | 158 | 2E | 48 |
| Octal | 330 | 226 | 250 | 0 | 37 | 26 | 17 | 530 | 56 | 110 |
| Binary | 11011000 | 10010110 | 10101000 | 0 | 11111 | 10110 | 1111 | 101011000 | 101110 | 1001000 |
Color Harmonies of #D896A8
Complementary color
Monochromatic Colors of #D896A8
Black with #D896A8
Text Example
Text Example
White with #D896A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D896A8; }
p { color: rgb(216,150,168); }
H1.HeaderClassName
{
color: #D896A8;
}
.AnyTagClassName
{
color: #D896A8;
}
</style>
background-color css
<style>
a { background-color: #D896A8; }
a { background-color: rgb(216,150,168); }
div.DivClassName
{
background-color: #D896A8;
}
.BgClassName
{
background-color: #D896A8;
}
</style>
border-color css
<style>
span { border-color: #D896A8; }
span { border-color: rgb(216,150,168); }
td.TdClassName
{
border-color: #D896A8;
}
.TagClassName
{
border-color: #D896A8;
}
</style>