Shades of Kobi #D895B1
Tints of Kobi #D895B1
RGB
CMYK
RGB Variations
Color information
#D895B1 (or 0xD895B1) is known color: Kobi. HEX triplet: D8, 95 and B1. RGB value is (216,149,177). Sum of RGB (Red+Green+Blue) = 216+149+177=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D895B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D895B1 is #276A4E. Grayscale: #ACACAC. Windows color (decimal): -2583119 or 11638232. OLE color: 11638232.
HSL color Cylindrical-coordinate representation of color #D895B1: hue angle of 334.93º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D895B1 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 177 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.15 |
| HSL | 334.93º | 0.46% | 0.72% | - |
| HSV(B) | 334.93º | 0.31% | 0.85% | - |
| XYZ | 47 | 39.27 | 46.7 | - |
| YUV | 172.23 | 130.7 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 177 | 0 | 0.31 | 0.18 | 0.15 | 334.93 | 0.46 | 0.72 |
| Hex | D8 | 95 | B1 | 0 | 1F | 12 | F | 14F | 2E | 48 |
| Octal | 330 | 225 | 261 | 0 | 37 | 22 | 17 | 517 | 56 | 110 |
| Binary | 11011000 | 10010101 | 10110001 | 0 | 11111 | 10010 | 1111 | 101001111 | 101110 | 1001000 |
Color Harmonies of #D895B1
Complementary color
Monochromatic Colors of #D895B1
Black with #D895B1
Text Example
Text Example
White with #D895B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D895B1; }
p { color: rgb(216,149,177); }
H1.HeaderClassName
{
color: #D895B1;
}
.AnyTagClassName
{
color: #D895B1;
}
</style>
background-color css
<style>
a { background-color: #D895B1; }
a { background-color: rgb(216,149,177); }
div.DivClassName
{
background-color: #D895B1;
}
.BgClassName
{
background-color: #D895B1;
}
</style>
border-color css
<style>
span { border-color: #D895B1; }
span { border-color: rgb(216,149,177); }
td.TdClassName
{
border-color: #D895B1;
}
.TagClassName
{
border-color: #D895B1;
}
</style>