Shades of Kobi #D898AC
Tints of Kobi #D898AC
RGB
CMYK
RGB Variations
Color information
#D898AC (or 0xD898AC) is known color: Kobi. HEX triplet: D8, 98 and AC. RGB value is (216,152,172). Sum of RGB (Red+Green+Blue) = 216+152+172=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 152 (59.77% from 255 or 28.15% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D898AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D898AC is #276753. Grayscale: #ADADAD. Windows color (decimal): -2582356 or 11311320. OLE color: 11311320.
HSL color Cylindrical-coordinate representation of color #D898AC: hue angle of 341.25º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D898AC is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 172 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.15 |
| HSL | 341.25º | 0.45% | 0.72% | - |
| HSV(B) | 341.25º | 0.3% | 0.85% | - |
| XYZ | 46.99 | 40.03 | 44.28 | - |
| YUV | 173.42 | 127.2 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 172 | 0 | 0.30 | 0.20 | 0.15 | 341.25 | 0.45 | 0.72 |
| Hex | D8 | 98 | AC | 0 | 1E | 14 | F | 155 | 2D | 48 |
| Octal | 330 | 230 | 254 | 0 | 36 | 24 | 17 | 525 | 55 | 110 |
| Binary | 11011000 | 10011000 | 10101100 | 0 | 11110 | 10100 | 1111 | 101010101 | 101101 | 1001000 |
Color Harmonies of #D898AC
Complementary color
Monochromatic Colors of #D898AC
Black with #D898AC
Text Example
Text Example
White with #D898AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D898AC; }
p { color: rgb(216,152,172); }
H1.HeaderClassName
{
color: #D898AC;
}
.AnyTagClassName
{
color: #D898AC;
}
</style>
background-color css
<style>
a { background-color: #D898AC; }
a { background-color: rgb(216,152,172); }
div.DivClassName
{
background-color: #D898AC;
}
.BgClassName
{
background-color: #D898AC;
}
</style>
border-color css
<style>
span { border-color: #D898AC; }
span { border-color: rgb(216,152,172); }
td.TdClassName
{
border-color: #D898AC;
}
.TagClassName
{
border-color: #D898AC;
}
</style>