Shades of Kobi #D491A6
Tints of Kobi #D491A6
RGB
CMYK
RGB Variations
Color information
#D491A6 (or 0xD491A6) is known color: Kobi. HEX triplet: D4, 91 and A6. RGB value is (212,145,166). Sum of RGB (Red+Green+Blue) = 212+145+166=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D491A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D491A6 is #2B6E59. Grayscale: #A7A7A7. Windows color (decimal): -2846298 or 10916308. OLE color: 10916308.
HSL color Cylindrical-coordinate representation of color #D491A6: hue angle of 341.19º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D491A6 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 145 | 166 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.17 |
| HSL | 341.19º | 0.44% | 0.7% | - |
| HSV(B) | 341.19º | 0.32% | 0.83% | - |
| XYZ | 44.16 | 37 | 40.89 | - |
| YUV | 167.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 145 | 166 | 0 | 0.32 | 0.22 | 0.17 | 341.19 | 0.44 | 0.7 |
| Hex | D4 | 91 | A6 | 0 | 20 | 16 | 11 | 155 | 2C | 46 |
| Octal | 324 | 221 | 246 | 0 | 40 | 26 | 21 | 525 | 54 | 106 |
| Binary | 11010100 | 10010001 | 10100110 | 0 | 100000 | 10110 | 10001 | 101010101 | 101100 | 1000110 |
Color Harmonies of #D491A6
Complementary color
Monochromatic Colors of #D491A6
Black with #D491A6
Text Example
Text Example
White with #D491A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D491A6; }
p { color: rgb(212,145,166); }
H1.HeaderClassName
{
color: #D491A6;
}
.AnyTagClassName
{
color: #D491A6;
}
</style>
background-color css
<style>
a { background-color: #D491A6; }
a { background-color: rgb(212,145,166); }
div.DivClassName
{
background-color: #D491A6;
}
.BgClassName
{
background-color: #D491A6;
}
</style>
border-color css
<style>
span { border-color: #D491A6; }
span { border-color: rgb(212,145,166); }
td.TdClassName
{
border-color: #D491A6;
}
.TagClassName
{
border-color: #D491A6;
}
</style>