Shades of Kobi #D898A8
Tints of Kobi #D898A8
RGB
CMYK
RGB Variations
Color information
#D898A8 (or 0xD898A8) is known color: Kobi. HEX triplet: D8, 98 and A8. RGB value is (216,152,168). Sum of RGB (Red+Green+Blue) = 216+152+168=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D898A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D898A8 is #276757. Grayscale: #ACACAC. Windows color (decimal): -2582360 or 11049176. OLE color: 11049176.
HSL color Cylindrical-coordinate representation of color #D898A8: hue angle of 345º 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 #D898A8 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 168 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.15 |
| HSL | 345º | 0.45% | 0.72% | - |
| HSV(B) | 345º | 0.3% | 0.85% | - |
| XYZ | 46.62 | 39.88 | 42.29 | - |
| YUV | 172.96 | 125.2 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 168 | 0 | 0.30 | 0.22 | 0.15 | 345 | 0.45 | 0.72 |
| Hex | D8 | 98 | A8 | 0 | 1E | 16 | F | 159 | 2D | 48 |
| Octal | 330 | 230 | 250 | 0 | 36 | 26 | 17 | 531 | 55 | 110 |
| Binary | 11011000 | 10011000 | 10101000 | 0 | 11110 | 10110 | 1111 | 101011001 | 101101 | 1001000 |
Color Harmonies of #D898A8
Complementary color
Monochromatic Colors of #D898A8
Black with #D898A8
Text Example
Text Example
White with #D898A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D898A8; }
p { color: rgb(216,152,168); }
H1.HeaderClassName
{
color: #D898A8;
}
.AnyTagClassName
{
color: #D898A8;
}
</style>
background-color css
<style>
a { background-color: #D898A8; }
a { background-color: rgb(216,152,168); }
div.DivClassName
{
background-color: #D898A8;
}
.BgClassName
{
background-color: #D898A8;
}
</style>
border-color css
<style>
span { border-color: #D898A8; }
span { border-color: rgb(216,152,168); }
td.TdClassName
{
border-color: #D898A8;
}
.TagClassName
{
border-color: #D898A8;
}
</style>