Shades of Kobi #D490AB
Tints of Kobi #D490AB
RGB
CMYK
RGB Variations
Color information
#D490AB (or 0xD490AB) is known color: Kobi. HEX triplet: D4, 90 and AB. RGB value is (212,144,171). Sum of RGB (Red+Green+Blue) = 212+144+171=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D490AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D490AB is #2B6F54. Grayscale: #A7A7A7. Windows color (decimal): -2846549 or 11243732. OLE color: 11243732.
HSL color Cylindrical-coordinate representation of color #D490AB: hue angle of 336.18º 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 #D490AB is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 171 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.17 |
| HSL | 336.18º | 0.44% | 0.7% | - |
| HSV(B) | 336.18º | 0.32% | 0.83% | - |
| XYZ | 44.48 | 36.88 | 43.3 | - |
| YUV | 167.41 | 130.03 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 171 | 0 | 0.32 | 0.19 | 0.17 | 336.18 | 0.44 | 0.7 |
| Hex | D4 | 90 | AB | 0 | 20 | 13 | 11 | 150 | 2C | 46 |
| Octal | 324 | 220 | 253 | 0 | 40 | 23 | 21 | 520 | 54 | 106 |
| Binary | 11010100 | 10010000 | 10101011 | 0 | 100000 | 10011 | 10001 | 101010000 | 101100 | 1000110 |
Color Harmonies of #D490AB
Complementary color
Monochromatic Colors of #D490AB
Black with #D490AB
Text Example
Text Example
White with #D490AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D490AB; }
p { color: rgb(212,144,171); }
H1.HeaderClassName
{
color: #D490AB;
}
.AnyTagClassName
{
color: #D490AB;
}
</style>
background-color css
<style>
a { background-color: #D490AB; }
a { background-color: rgb(212,144,171); }
div.DivClassName
{
background-color: #D490AB;
}
.BgClassName
{
background-color: #D490AB;
}
</style>
border-color css
<style>
span { border-color: #D490AB; }
span { border-color: rgb(212,144,171); }
td.TdClassName
{
border-color: #D490AB;
}
.TagClassName
{
border-color: #D490AB;
}
</style>