Shades of Kobi #D996A2
Tints of Kobi #D996A2
RGB
CMYK
RGB Variations
Color information
#D996A2 (or 0xD996A2) is known color: Kobi. HEX triplet: D9, 96 and A2. RGB value is (217,150,162). Sum of RGB (Red+Green+Blue) = 217+150+162=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D996A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D996A2 is #26695D. Grayscale: #ABABAB. Windows color (decimal): -2517342 or 10655449. OLE color: 10655449.
HSL color Cylindrical-coordinate representation of color #D996A2: hue angle of 349.25º 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 #D996A2 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 162 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.15 |
| HSL | 349.25º | 0.47% | 0.72% | - |
| HSV(B) | 349.25º | 0.31% | 0.85% | - |
| XYZ | 46.04 | 39.17 | 39.32 | - |
| YUV | 171.4 | 122.7 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 162 | 0 | 0.31 | 0.25 | 0.15 | 349.25 | 0.47 | 0.72 |
| Hex | D9 | 96 | A2 | 0 | 1F | 19 | F | 15D | 2F | 48 |
| Octal | 331 | 226 | 242 | 0 | 37 | 31 | 17 | 535 | 57 | 110 |
| Binary | 11011001 | 10010110 | 10100010 | 0 | 11111 | 11001 | 1111 | 101011101 | 101111 | 1001000 |
Color Harmonies of #D996A2
Complementary color
Monochromatic Colors of #D996A2
Black with #D996A2
Text Example
Text Example
White with #D996A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D996A2; }
p { color: rgb(217,150,162); }
H1.HeaderClassName
{
color: #D996A2;
}
.AnyTagClassName
{
color: #D996A2;
}
</style>
background-color css
<style>
a { background-color: #D996A2; }
a { background-color: rgb(217,150,162); }
div.DivClassName
{
background-color: #D996A2;
}
.BgClassName
{
background-color: #D996A2;
}
</style>
border-color css
<style>
span { border-color: #D996A2; }
span { border-color: rgb(217,150,162); }
td.TdClassName
{
border-color: #D996A2;
}
.TagClassName
{
border-color: #D996A2;
}
</style>