Shades of Kobi #D09BB0
Tints of Kobi #D09BB0
RGB
CMYK
RGB Variations
Color information
#D09BB0 (or 0xD09BB0) is known color: Kobi. HEX triplet: D0, 9B and B0. RGB value is (208,155,176). Sum of RGB (Red+Green+Blue) = 208+155+176=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D09BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09BB0 is #2F644F. Grayscale: #ADADAD. Windows color (decimal): -3105872 or 11574224. OLE color: 11574224.
HSL color Cylindrical-coordinate representation of color #D09BB0: hue angle of 336.23º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D09BB0 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 155 | 176 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.18 |
| HSL | 336.23º | 0.36% | 0.71% | - |
| HSV(B) | 336.23º | 0.25% | 0.82% | - |
| XYZ | 45.57 | 39.99 | 46.39 | - |
| YUV | 173.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 176 | 0 | 0.25 | 0.15 | 0.18 | 336.23 | 0.36 | 0.71 |
| Hex | D0 | 9B | B0 | 0 | 19 | F | 12 | 150 | 24 | 47 |
| Octal | 320 | 233 | 260 | 0 | 31 | 17 | 22 | 520 | 44 | 107 |
| Binary | 11010000 | 10011011 | 10110000 | 0 | 11001 | 1111 | 10010 | 101010000 | 100100 | 1000111 |
Color Harmonies of #D09BB0
Complementary color
Monochromatic Colors of #D09BB0
Black with #D09BB0
Text Example
Text Example
White with #D09BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09BB0; }
p { color: rgb(208,155,176); }
H1.HeaderClassName
{
color: #D09BB0;
}
.AnyTagClassName
{
color: #D09BB0;
}
</style>
background-color css
<style>
a { background-color: #D09BB0; }
a { background-color: rgb(208,155,176); }
div.DivClassName
{
background-color: #D09BB0;
}
.BgClassName
{
background-color: #D09BB0;
}
</style>
border-color css
<style>
span { border-color: #D09BB0; }
span { border-color: rgb(208,155,176); }
td.TdClassName
{
border-color: #D09BB0;
}
.TagClassName
{
border-color: #D09BB0;
}
</style>