Shades of Kobi #D09AB1
Tints of Kobi #D09AB1
RGB
CMYK
RGB Variations
Color information
#D09AB1 (or 0xD09AB1) is known color: Kobi. HEX triplet: D0, 9A and B1. RGB value is (208,154,177). Sum of RGB (Red+Green+Blue) = 208+154+177=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 154 (60.55% from 255 or 28.57% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D09AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09AB1 is #2F654E. Grayscale: #ACACAC. Windows color (decimal): -3106127 or 11639504. OLE color: 11639504.
HSL color Cylindrical-coordinate representation of color #D09AB1: hue angle of 334.44º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D09AB1 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 154 | 177 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.18 |
| HSL | 334.44º | 0.36% | 0.71% | - |
| HSV(B) | 334.44º | 0.26% | 0.82% | - |
| XYZ | 45.5 | 39.7 | 46.86 | - |
| YUV | 172.77 | 130.39 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 177 | 0 | 0.26 | 0.15 | 0.18 | 334.44 | 0.36 | 0.71 |
| Hex | D0 | 9A | B1 | 0 | 1A | F | 12 | 14E | 24 | 47 |
| Octal | 320 | 232 | 261 | 0 | 32 | 17 | 22 | 516 | 44 | 107 |
| Binary | 11010000 | 10011010 | 10110001 | 0 | 11010 | 1111 | 10010 | 101001110 | 100100 | 1000111 |
Color Harmonies of #D09AB1
Complementary color
Monochromatic Colors of #D09AB1
Black with #D09AB1
Text Example
Text Example
White with #D09AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09AB1; }
p { color: rgb(208,154,177); }
H1.HeaderClassName
{
color: #D09AB1;
}
.AnyTagClassName
{
color: #D09AB1;
}
</style>
background-color css
<style>
a { background-color: #D09AB1; }
a { background-color: rgb(208,154,177); }
div.DivClassName
{
background-color: #D09AB1;
}
.BgClassName
{
background-color: #D09AB1;
}
</style>
border-color css
<style>
span { border-color: #D09AB1; }
span { border-color: rgb(208,154,177); }
td.TdClassName
{
border-color: #D09AB1;
}
.TagClassName
{
border-color: #D09AB1;
}
</style>