Shades of Kobi #D187AB
Tints of Kobi #D187AB
RGB
CMYK
RGB Variations
Color information
#D187AB (or 0xD187AB) is known color: Kobi. HEX triplet: D1, 87 and AB. RGB value is (209,135,171). Sum of RGB (Red+Green+Blue) = 209+135+171=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D187AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D187AB is #2E7854. Grayscale: #A1A1A1. Windows color (decimal): -3045461 or 11241425. OLE color: 11241425.
HSL color Cylindrical-coordinate representation of color #D187AB: hue angle of 330.81º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D187AB is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 135 | 171 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.18 |
| HSL | 330.81º | 0.45% | 0.67% | - |
| HSV(B) | 330.81º | 0.35% | 0.82% | - |
| XYZ | 42.31 | 33.82 | 42.83 | - |
| YUV | 161.23 | 133.52 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 135 | 171 | 0 | 0.35 | 0.18 | 0.18 | 330.81 | 0.45 | 0.67 |
| Hex | D1 | 87 | AB | 0 | 23 | 12 | 12 | 14B | 2D | 43 |
| Octal | 321 | 207 | 253 | 0 | 43 | 22 | 22 | 513 | 55 | 103 |
| Binary | 11010001 | 10000111 | 10101011 | 0 | 100011 | 10010 | 10010 | 101001011 | 101101 | 1000011 |
Color Harmonies of #D187AB
Complementary color
Monochromatic Colors of #D187AB
Black with #D187AB
Text Example
Text Example
White with #D187AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D187AB; }
p { color: rgb(209,135,171); }
H1.HeaderClassName
{
color: #D187AB;
}
.AnyTagClassName
{
color: #D187AB;
}
</style>
background-color css
<style>
a { background-color: #D187AB; }
a { background-color: rgb(209,135,171); }
div.DivClassName
{
background-color: #D187AB;
}
.BgClassName
{
background-color: #D187AB;
}
</style>
border-color css
<style>
span { border-color: #D187AB; }
span { border-color: rgb(209,135,171); }
td.TdClassName
{
border-color: #D187AB;
}
.TagClassName
{
border-color: #D187AB;
}
</style>