Shades of Kobi #D892B0
Tints of Kobi #D892B0
RGB
CMYK
RGB Variations
Color information
#D892B0 (or 0xD892B0) is known color: Kobi. HEX triplet: D8, 92 and B0. RGB value is (216,146,176). Sum of RGB (Red+Green+Blue) = 216+146+176=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D892B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D892B0 is #276D4F. Grayscale: #AAAAAA. Windows color (decimal): -2583888 or 11571928. OLE color: 11571928.
HSL color Cylindrical-coordinate representation of color #D892B0: hue angle of 334.29º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D892B0 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 176 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.15 |
| HSL | 334.29º | 0.47% | 0.71% | - |
| HSV(B) | 334.29º | 0.32% | 0.85% | - |
| XYZ | 46.43 | 38.29 | 46.02 | - |
| YUV | 170.35 | 131.19 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 176 | 0 | 0.32 | 0.19 | 0.15 | 334.29 | 0.47 | 0.71 |
| Hex | D8 | 92 | B0 | 0 | 20 | 13 | F | 14E | 2F | 47 |
| Octal | 330 | 222 | 260 | 0 | 40 | 23 | 17 | 516 | 57 | 107 |
| Binary | 11011000 | 10010010 | 10110000 | 0 | 100000 | 10011 | 1111 | 101001110 | 101111 | 1000111 |
Color Harmonies of #D892B0
Complementary color
Monochromatic Colors of #D892B0
Black with #D892B0
Text Example
Text Example
White with #D892B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D892B0; }
p { color: rgb(216,146,176); }
H1.HeaderClassName
{
color: #D892B0;
}
.AnyTagClassName
{
color: #D892B0;
}
</style>
background-color css
<style>
a { background-color: #D892B0; }
a { background-color: rgb(216,146,176); }
div.DivClassName
{
background-color: #D892B0;
}
.BgClassName
{
background-color: #D892B0;
}
</style>
border-color css
<style>
span { border-color: #D892B0; }
span { border-color: rgb(216,146,176); }
td.TdClassName
{
border-color: #D892B0;
}
.TagClassName
{
border-color: #D892B0;
}
</style>