Shades of Kobi #D18AB0
Tints of Kobi #D18AB0
RGB
CMYK
RGB Variations
Color information
#D18AB0 (or 0xD18AB0) is known color: Kobi. HEX triplet: D1, 8A and B0. RGB value is (209,138,176). Sum of RGB (Red+Green+Blue) = 209+138+176=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 209 - color contains mainly: red. Hex color #D18AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18AB0 is #2E754F. Grayscale: #A3A3A3. Windows color (decimal): -3044688 or 11569873. OLE color: 11569873.
HSL color Cylindrical-coordinate representation of color #D18AB0: hue angle of 327.89º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D18AB0 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 138 | 176 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.18 |
| HSL | 327.89º | 0.44% | 0.68% | - |
| HSV(B) | 327.89º | 0.34% | 0.82% | - |
| XYZ | 43.22 | 34.87 | 45.53 | - |
| YUV | 163.56 | 135.02 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 176 | 0 | 0.34 | 0.16 | 0.18 | 327.89 | 0.44 | 0.68 |
| Hex | D1 | 8A | B0 | 0 | 22 | 10 | 12 | 148 | 2C | 44 |
| Octal | 321 | 212 | 260 | 0 | 42 | 20 | 22 | 510 | 54 | 104 |
| Binary | 11010001 | 10001010 | 10110000 | 0 | 100010 | 10000 | 10010 | 101001000 | 101100 | 1000100 |
Color Harmonies of #D18AB0
Complementary color
Monochromatic Colors of #D18AB0
Black with #D18AB0
Text Example
Text Example
White with #D18AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18AB0; }
p { color: rgb(209,138,176); }
H1.HeaderClassName
{
color: #D18AB0;
}
.AnyTagClassName
{
color: #D18AB0;
}
</style>
background-color css
<style>
a { background-color: #D18AB0; }
a { background-color: rgb(209,138,176); }
div.DivClassName
{
background-color: #D18AB0;
}
.BgClassName
{
background-color: #D18AB0;
}
</style>
border-color css
<style>
span { border-color: #D18AB0; }
span { border-color: rgb(209,138,176); }
td.TdClassName
{
border-color: #D18AB0;
}
.TagClassName
{
border-color: #D18AB0;
}
</style>