Shades of Kobi #D292AB
Tints of Kobi #D292AB
RGB
CMYK
RGB Variations
Color information
#D292AB (or 0xD292AB) is known color: Kobi. HEX triplet: D2, 92 and AB. RGB value is (210,146,171). Sum of RGB (Red+Green+Blue) = 210+146+171=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D292AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D292AB is #2D6D54. Grayscale: #A7A7A7. Windows color (decimal): -2977109 or 11244242. OLE color: 11244242.
HSL color Cylindrical-coordinate representation of color #D292AB: hue angle of 336.56º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D292AB is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 146 | 171 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.18 |
| HSL | 336.56º | 0.42% | 0.7% | - |
| HSV(B) | 336.56º | 0.3% | 0.82% | - |
| XYZ | 44.21 | 37.2 | 43.38 | - |
| YUV | 167.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 146 | 171 | 0 | 0.30 | 0.19 | 0.18 | 336.56 | 0.42 | 0.7 |
| Hex | D2 | 92 | AB | 0 | 1E | 13 | 12 | 151 | 2A | 46 |
| Octal | 322 | 222 | 253 | 0 | 36 | 23 | 22 | 521 | 52 | 106 |
| Binary | 11010010 | 10010010 | 10101011 | 0 | 11110 | 10011 | 10010 | 101010001 | 101010 | 1000110 |
Color Harmonies of #D292AB
Complementary color
Monochromatic Colors of #D292AB
Black with #D292AB
Text Example
Text Example
White with #D292AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D292AB; }
p { color: rgb(210,146,171); }
H1.HeaderClassName
{
color: #D292AB;
}
.AnyTagClassName
{
color: #D292AB;
}
</style>
background-color css
<style>
a { background-color: #D292AB; }
a { background-color: rgb(210,146,171); }
div.DivClassName
{
background-color: #D292AB;
}
.BgClassName
{
background-color: #D292AB;
}
</style>
border-color css
<style>
span { border-color: #D292AB; }
span { border-color: rgb(210,146,171); }
td.TdClassName
{
border-color: #D292AB;
}
.TagClassName
{
border-color: #D292AB;
}
</style>