Shades of Kobi #D194AB
Tints of Kobi #D194AB
RGB
CMYK
RGB Variations
Color information
#D194AB (or 0xD194AB) is known color: Kobi. HEX triplet: D1, 94 and AB. RGB value is (209,148,171). Sum of RGB (Red+Green+Blue) = 209+148+171=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D194AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D194AB is #2E6B54. Grayscale: #A8A8A8. Windows color (decimal): -3042133 or 11244753. OLE color: 11244753.
HSL color Cylindrical-coordinate representation of color #D194AB: hue angle of 337.38º 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 #D194AB is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 148 | 171 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.18 |
| HSL | 337.38º | 0.4% | 0.7% | - |
| HSV(B) | 337.38º | 0.29% | 0.82% | - |
| XYZ | 44.24 | 37.68 | 43.47 | - |
| YUV | 168.86 | 129.21 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 171 | 0 | 0.29 | 0.18 | 0.18 | 337.38 | 0.4 | 0.7 |
| Hex | D1 | 94 | AB | 0 | 1D | 12 | 12 | 151 | 28 | 46 |
| Octal | 321 | 224 | 253 | 0 | 35 | 22 | 22 | 521 | 50 | 106 |
| Binary | 11010001 | 10010100 | 10101011 | 0 | 11101 | 10010 | 10010 | 101010001 | 101000 | 1000110 |
Color Harmonies of #D194AB
Complementary color
Monochromatic Colors of #D194AB
Black with #D194AB
Text Example
Text Example
White with #D194AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D194AB; }
p { color: rgb(209,148,171); }
H1.HeaderClassName
{
color: #D194AB;
}
.AnyTagClassName
{
color: #D194AB;
}
</style>
background-color css
<style>
a { background-color: #D194AB; }
a { background-color: rgb(209,148,171); }
div.DivClassName
{
background-color: #D194AB;
}
.BgClassName
{
background-color: #D194AB;
}
</style>
border-color css
<style>
span { border-color: #D194AB; }
span { border-color: rgb(209,148,171); }
td.TdClassName
{
border-color: #D194AB;
}
.TagClassName
{
border-color: #D194AB;
}
</style>