Shades of Kobi #D494AB
Tints of Kobi #D494AB
RGB
CMYK
RGB Variations
Color information
#D494AB (or 0xD494AB) is known color: Kobi. HEX triplet: D4, 94 and AB. RGB value is (212,148,171). Sum of RGB (Red+Green+Blue) = 212+148+171=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D494AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D494AB is #2B6B54. Grayscale: #A9A9A9. Windows color (decimal): -2845525 or 11244756. OLE color: 11244756.
HSL color Cylindrical-coordinate representation of color #D494AB: hue angle of 338.44º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D494AB is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 148 | 171 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.17 |
| HSL | 338.44º | 0.43% | 0.71% | - |
| HSV(B) | 338.44º | 0.3% | 0.83% | - |
| XYZ | 45.09 | 38.12 | 43.51 | - |
| YUV | 169.76 | 128.7 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 171 | 0 | 0.30 | 0.19 | 0.17 | 338.44 | 0.43 | 0.71 |
| Hex | D4 | 94 | AB | 0 | 1E | 13 | 11 | 152 | 2B | 47 |
| Octal | 324 | 224 | 253 | 0 | 36 | 23 | 21 | 522 | 53 | 107 |
| Binary | 11010100 | 10010100 | 10101011 | 0 | 11110 | 10011 | 10001 | 101010010 | 101011 | 1000111 |
Color Harmonies of #D494AB
Complementary color
Monochromatic Colors of #D494AB
Black with #D494AB
Text Example
Text Example
White with #D494AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D494AB; }
p { color: rgb(212,148,171); }
H1.HeaderClassName
{
color: #D494AB;
}
.AnyTagClassName
{
color: #D494AB;
}
</style>
background-color css
<style>
a { background-color: #D494AB; }
a { background-color: rgb(212,148,171); }
div.DivClassName
{
background-color: #D494AB;
}
.BgClassName
{
background-color: #D494AB;
}
</style>
border-color css
<style>
span { border-color: #D494AB; }
span { border-color: rgb(212,148,171); }
td.TdClassName
{
border-color: #D494AB;
}
.TagClassName
{
border-color: #D494AB;
}
</style>