Shades of Kobi #D890AC
Tints of Kobi #D890AC
RGB
CMYK
RGB Variations
Color information
#D890AC (or 0xD890AC) is known color: Kobi. HEX triplet: D8, 90 and AC. RGB value is (216,144,172). Sum of RGB (Red+Green+Blue) = 216+144+172=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D890AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D890AC is #276F53. Grayscale: #A8A8A8. Windows color (decimal): -2584404 or 11309272. OLE color: 11309272.
HSL color Cylindrical-coordinate representation of color #D890AC: hue angle of 336.67º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D890AC is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 144 | 172 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.15 |
| HSL | 336.67º | 0.48% | 0.71% | - |
| HSV(B) | 336.67º | 0.33% | 0.85% | - |
| XYZ | 45.74 | 37.52 | 43.86 | - |
| YUV | 168.72 | 129.85 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 144 | 172 | 0 | 0.33 | 0.20 | 0.15 | 336.67 | 0.48 | 0.71 |
| Hex | D8 | 90 | AC | 0 | 21 | 14 | F | 151 | 30 | 47 |
| Octal | 330 | 220 | 254 | 0 | 41 | 24 | 17 | 521 | 60 | 107 |
| Binary | 11011000 | 10010000 | 10101100 | 0 | 100001 | 10100 | 1111 | 101010001 | 110000 | 1000111 |
Color Harmonies of #D890AC
Complementary color
Monochromatic Colors of #D890AC
Black with #D890AC
Text Example
Text Example
White with #D890AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D890AC; }
p { color: rgb(216,144,172); }
H1.HeaderClassName
{
color: #D890AC;
}
.AnyTagClassName
{
color: #D890AC;
}
</style>
background-color css
<style>
a { background-color: #D890AC; }
a { background-color: rgb(216,144,172); }
div.DivClassName
{
background-color: #D890AC;
}
.BgClassName
{
background-color: #D890AC;
}
</style>
border-color css
<style>
span { border-color: #D890AC; }
span { border-color: rgb(216,144,172); }
td.TdClassName
{
border-color: #D890AC;
}
.TagClassName
{
border-color: #D890AC;
}
</style>