Shades of Kobi #D996A5
Tints of Kobi #D996A5
RGB
CMYK
RGB Variations
Color information
#D996A5 (or 0xD996A5) is known color: Kobi. HEX triplet: D9, 96 and A5. RGB value is (217,150,165). Sum of RGB (Red+Green+Blue) = 217+150+165=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D996A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D996A5 is #26695A. Grayscale: #ABABAB. Windows color (decimal): -2517339 or 10852057. OLE color: 10852057.
HSL color Cylindrical-coordinate representation of color #D996A5: hue angle of 346.57º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D996A5 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 165 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.15 |
| HSL | 346.57º | 0.47% | 0.72% | - |
| HSV(B) | 346.57º | 0.31% | 0.85% | - |
| XYZ | 46.31 | 39.28 | 40.74 | - |
| YUV | 171.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 165 | 0 | 0.31 | 0.24 | 0.15 | 346.57 | 0.47 | 0.72 |
| Hex | D9 | 96 | A5 | 0 | 1F | 18 | F | 15B | 2F | 48 |
| Octal | 331 | 226 | 245 | 0 | 37 | 30 | 17 | 533 | 57 | 110 |
| Binary | 11011001 | 10010110 | 10100101 | 0 | 11111 | 11000 | 1111 | 101011011 | 101111 | 1001000 |
Color Harmonies of #D996A5
Complementary color
Monochromatic Colors of #D996A5
Black with #D996A5
Text Example
Text Example
White with #D996A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D996A5; }
p { color: rgb(217,150,165); }
H1.HeaderClassName
{
color: #D996A5;
}
.AnyTagClassName
{
color: #D996A5;
}
</style>
background-color css
<style>
a { background-color: #D996A5; }
a { background-color: rgb(217,150,165); }
div.DivClassName
{
background-color: #D996A5;
}
.BgClassName
{
background-color: #D996A5;
}
</style>
border-color css
<style>
span { border-color: #D996A5; }
span { border-color: rgb(217,150,165); }
td.TdClassName
{
border-color: #D996A5;
}
.TagClassName
{
border-color: #D996A5;
}
</style>