Shades of Kobi #D099B0
Tints of Kobi #D099B0
RGB
CMYK
RGB Variations
Color information
#D099B0 (or 0xD099B0) is known color: Kobi. HEX triplet: D0, 99 and B0. RGB value is (208,153,176). Sum of RGB (Red+Green+Blue) = 208+153+176=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D099B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D099B0 is #2F664F. Grayscale: #ACACAC. Windows color (decimal): -3106384 or 11573712. OLE color: 11573712.
HSL color Cylindrical-coordinate representation of color #D099B0: hue angle of 334.91º degrees, saturation: 0.37, 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 #D099B0 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 153 | 176 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.18 |
| HSL | 334.91º | 0.37% | 0.71% | - |
| HSV(B) | 334.91º | 0.26% | 0.82% | - |
| XYZ | 45.24 | 39.33 | 46.28 | - |
| YUV | 172.07 | 130.22 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 153 | 176 | 0 | 0.26 | 0.15 | 0.18 | 334.91 | 0.37 | 0.71 |
| Hex | D0 | 99 | B0 | 0 | 1A | F | 12 | 14F | 25 | 47 |
| Octal | 320 | 231 | 260 | 0 | 32 | 17 | 22 | 517 | 45 | 107 |
| Binary | 11010000 | 10011001 | 10110000 | 0 | 11010 | 1111 | 10010 | 101001111 | 100101 | 1000111 |
Color Harmonies of #D099B0
Complementary color
Monochromatic Colors of #D099B0
Black with #D099B0
Text Example
Text Example
White with #D099B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D099B0; }
p { color: rgb(208,153,176); }
H1.HeaderClassName
{
color: #D099B0;
}
.AnyTagClassName
{
color: #D099B0;
}
</style>
background-color css
<style>
a { background-color: #D099B0; }
a { background-color: rgb(208,153,176); }
div.DivClassName
{
background-color: #D099B0;
}
.BgClassName
{
background-color: #D099B0;
}
</style>
border-color css
<style>
span { border-color: #D099B0; }
span { border-color: rgb(208,153,176); }
td.TdClassName
{
border-color: #D099B0;
}
.TagClassName
{
border-color: #D099B0;
}
</style>