Shades of Kobi #D188AC
Tints of Kobi #D188AC
RGB
CMYK
RGB Variations
Color information
#D188AC (or 0xD188AC) is known color: Kobi. HEX triplet: D1, 88 and AC. RGB value is (209,136,172). Sum of RGB (Red+Green+Blue) = 209+136+172=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D188AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D188AC is #2E7753. Grayscale: #A1A1A1. Windows color (decimal): -3045204 or 11307217. OLE color: 11307217.
HSL color Cylindrical-coordinate representation of color #D188AC: hue angle of 330.41º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D188AC is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 136 | 172 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.18 |
| HSL | 330.41º | 0.44% | 0.68% | - |
| HSV(B) | 330.41º | 0.35% | 0.82% | - |
| XYZ | 42.55 | 34.14 | 43.38 | - |
| YUV | 161.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 136 | 172 | 0 | 0.35 | 0.18 | 0.18 | 330.41 | 0.44 | 0.68 |
| Hex | D1 | 88 | AC | 0 | 23 | 12 | 12 | 14A | 2C | 44 |
| Octal | 321 | 210 | 254 | 0 | 43 | 22 | 22 | 512 | 54 | 104 |
| Binary | 11010001 | 10001000 | 10101100 | 0 | 100011 | 10010 | 10010 | 101001010 | 101100 | 1000100 |
Color Harmonies of #D188AC
Complementary color
Monochromatic Colors of #D188AC
Black with #D188AC
Text Example
Text Example
White with #D188AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D188AC; }
p { color: rgb(209,136,172); }
H1.HeaderClassName
{
color: #D188AC;
}
.AnyTagClassName
{
color: #D188AC;
}
</style>
background-color css
<style>
a { background-color: #D188AC; }
a { background-color: rgb(209,136,172); }
div.DivClassName
{
background-color: #D188AC;
}
.BgClassName
{
background-color: #D188AC;
}
</style>
border-color css
<style>
span { border-color: #D188AC; }
span { border-color: rgb(209,136,172); }
td.TdClassName
{
border-color: #D188AC;
}
.TagClassName
{
border-color: #D188AC;
}
</style>