Shades of Kobi #D99BAC
Tints of Kobi #D99BAC
RGB
CMYK
RGB Variations
Color information
#D99BAC (or 0xD99BAC) is known color: Kobi. HEX triplet: D9, 9B and AC. RGB value is (217,155,172). Sum of RGB (Red+Green+Blue) = 217+155+172=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D99BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99BAC is #266453. Grayscale: #AFAFAF. Windows color (decimal): -2516052 or 11312089. OLE color: 11312089.
HSL color Cylindrical-coordinate representation of color #D99BAC: hue angle of 343.55º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D99BAC is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 172 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.15 |
| HSL | 343.55º | 0.45% | 0.73% | - |
| HSV(B) | 343.55º | 0.29% | 0.85% | - |
| XYZ | 47.78 | 41.17 | 44.46 | - |
| YUV | 175.48 | 126.04 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 172 | 0 | 0.29 | 0.21 | 0.15 | 343.55 | 0.45 | 0.73 |
| Hex | D9 | 9B | AC | 0 | 1D | 15 | F | 158 | 2D | 49 |
| Octal | 331 | 233 | 254 | 0 | 35 | 25 | 17 | 530 | 55 | 111 |
| Binary | 11011001 | 10011011 | 10101100 | 0 | 11101 | 10101 | 1111 | 101011000 | 101101 | 1001001 |
Color Harmonies of #D99BAC
Complementary color
Monochromatic Colors of #D99BAC
Black with #D99BAC
Text Example
Text Example
White with #D99BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99BAC; }
p { color: rgb(217,155,172); }
H1.HeaderClassName
{
color: #D99BAC;
}
.AnyTagClassName
{
color: #D99BAC;
}
</style>
background-color css
<style>
a { background-color: #D99BAC; }
a { background-color: rgb(217,155,172); }
div.DivClassName
{
background-color: #D99BAC;
}
.BgClassName
{
background-color: #D99BAC;
}
</style>
border-color css
<style>
span { border-color: #D99BAC; }
span { border-color: rgb(217,155,172); }
td.TdClassName
{
border-color: #D99BAC;
}
.TagClassName
{
border-color: #D99BAC;
}
</style>