Shades of Kobi #D194AF
Tints of Kobi #D194AF
RGB
CMYK
RGB Variations
Color information
#D194AF (or 0xD194AF) is known color: Kobi. HEX triplet: D1, 94 and AF. RGB value is (209,148,175). Sum of RGB (Red+Green+Blue) = 209+148+175=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 209 - color contains mainly: red. Hex color #D194AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D194AF is #2E6B50. Grayscale: #A9A9A9. Windows color (decimal): -3042129 or 11506897. OLE color: 11506897.
HSL color Cylindrical-coordinate representation of color #D194AF: hue angle of 333.44º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D194AF is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 148 | 175 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.18 |
| HSL | 333.44º | 0.4% | 0.7% | - |
| HSV(B) | 333.44º | 0.29% | 0.82% | - |
| XYZ | 44.62 | 37.83 | 45.51 | - |
| YUV | 169.32 | 131.21 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 175 | 0 | 0.29 | 0.16 | 0.18 | 333.44 | 0.4 | 0.7 |
| Hex | D1 | 94 | AF | 0 | 1D | 10 | 12 | 14D | 28 | 46 |
| Octal | 321 | 224 | 257 | 0 | 35 | 20 | 22 | 515 | 50 | 106 |
| Binary | 11010001 | 10010100 | 10101111 | 0 | 11101 | 10000 | 10010 | 101001101 | 101000 | 1000110 |
Color Harmonies of #D194AF
Complementary color
Monochromatic Colors of #D194AF
Black with #D194AF
Text Example
Text Example
White with #D194AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D194AF; }
p { color: rgb(209,148,175); }
H1.HeaderClassName
{
color: #D194AF;
}
.AnyTagClassName
{
color: #D194AF;
}
</style>
background-color css
<style>
a { background-color: #D194AF; }
a { background-color: rgb(209,148,175); }
div.DivClassName
{
background-color: #D194AF;
}
.BgClassName
{
background-color: #D194AF;
}
</style>
border-color css
<style>
span { border-color: #D194AF; }
span { border-color: rgb(209,148,175); }
td.TdClassName
{
border-color: #D194AF;
}
.TagClassName
{
border-color: #D194AF;
}
</style>