Shades of Kobi #D894A6
Tints of Kobi #D894A6
RGB
CMYK
RGB Variations
Color information
#D894A6 (or 0xD894A6) is known color: Kobi. HEX triplet: D8, 94 and A6. RGB value is (216,148,166). Sum of RGB (Red+Green+Blue) = 216+148+166=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D894A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D894A6 is #276B59. Grayscale: #AAAAAA. Windows color (decimal): -2583386 or 10917080. OLE color: 10917080.
HSL color Cylindrical-coordinate representation of color #D894A6: hue angle of 344.12º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D894A6 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 166 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.15 |
| HSL | 344.12º | 0.47% | 0.71% | - |
| HSV(B) | 344.12º | 0.31% | 0.85% | - |
| XYZ | 45.79 | 38.53 | 41.1 | - |
| YUV | 170.38 | 125.53 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 166 | 0 | 0.31 | 0.23 | 0.15 | 344.12 | 0.47 | 0.71 |
| Hex | D8 | 94 | A6 | 0 | 1F | 17 | F | 158 | 2F | 47 |
| Octal | 330 | 224 | 246 | 0 | 37 | 27 | 17 | 530 | 57 | 107 |
| Binary | 11011000 | 10010100 | 10100110 | 0 | 11111 | 10111 | 1111 | 101011000 | 101111 | 1000111 |
Color Harmonies of #D894A6
Complementary color
Monochromatic Colors of #D894A6
Black with #D894A6
Text Example
Text Example
White with #D894A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D894A6; }
p { color: rgb(216,148,166); }
H1.HeaderClassName
{
color: #D894A6;
}
.AnyTagClassName
{
color: #D894A6;
}
</style>
background-color css
<style>
a { background-color: #D894A6; }
a { background-color: rgb(216,148,166); }
div.DivClassName
{
background-color: #D894A6;
}
.BgClassName
{
background-color: #D894A6;
}
</style>
border-color css
<style>
span { border-color: #D894A6; }
span { border-color: rgb(216,148,166); }
td.TdClassName
{
border-color: #D894A6;
}
.TagClassName
{
border-color: #D894A6;
}
</style>