Shades of Kobi #D490AC
Tints of Kobi #D490AC
RGB
CMYK
RGB Variations
Color information
#D490AC (or 0xD490AC) is known color: Kobi. HEX triplet: D4, 90 and AC. RGB value is (212,144,172). Sum of RGB (Red+Green+Blue) = 212+144+172=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D490AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D490AC is #2B6F53. Grayscale: #A7A7A7. Windows color (decimal): -2846548 or 11309268. OLE color: 11309268.
HSL color Cylindrical-coordinate representation of color #D490AC: hue angle of 335.29º 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 #D490AC is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 172 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.17 |
| HSL | 335.29º | 0.44% | 0.7% | - |
| HSV(B) | 335.29º | 0.32% | 0.83% | - |
| XYZ | 44.57 | 36.92 | 43.81 | - |
| YUV | 167.52 | 130.53 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 172 | 0 | 0.32 | 0.19 | 0.17 | 335.29 | 0.44 | 0.7 |
| Hex | D4 | 90 | AC | 0 | 20 | 13 | 11 | 14F | 2C | 46 |
| Octal | 324 | 220 | 254 | 0 | 40 | 23 | 21 | 517 | 54 | 106 |
| Binary | 11010100 | 10010000 | 10101100 | 0 | 100000 | 10011 | 10001 | 101001111 | 101100 | 1000110 |
Color Harmonies of #D490AC
Complementary color
Monochromatic Colors of #D490AC
Black with #D490AC
Text Example
Text Example
White with #D490AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D490AC; }
p { color: rgb(212,144,172); }
H1.HeaderClassName
{
color: #D490AC;
}
.AnyTagClassName
{
color: #D490AC;
}
</style>
background-color css
<style>
a { background-color: #D490AC; }
a { background-color: rgb(212,144,172); }
div.DivClassName
{
background-color: #D490AC;
}
.BgClassName
{
background-color: #D490AC;
}
</style>
border-color css
<style>
span { border-color: #D490AC; }
span { border-color: rgb(212,144,172); }
td.TdClassName
{
border-color: #D490AC;
}
.TagClassName
{
border-color: #D490AC;
}
</style>