Shades of Kobi #DC93A9
Tints of Kobi #DC93A9
RGB
CMYK
RGB Variations
Color information
#DC93A9 (or 0xDC93A9) is known color: Kobi. HEX triplet: DC, 93 and A9. RGB value is (220,147,169). Sum of RGB (Red+Green+Blue) = 220+147+169=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC93A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC93A9 is #236C56. Grayscale: #ABABAB. Windows color (decimal): -2321495 or 11113436. OLE color: 11113436.
HSL color Cylindrical-coordinate representation of color #DC93A9: hue angle of 341.92º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC93A9 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 169 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.14 |
| HSL | 341.92º | 0.51% | 0.72% | - |
| HSV(B) | 341.92º | 0.33% | 0.86% | - |
| XYZ | 47.11 | 38.95 | 42.57 | - |
| YUV | 171.34 | 126.68 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 169 | 0 | 0.33 | 0.23 | 0.14 | 341.92 | 0.51 | 0.72 |
| Hex | DC | 93 | A9 | 0 | 21 | 17 | E | 156 | 33 | 48 |
| Octal | 334 | 223 | 251 | 0 | 41 | 27 | 16 | 526 | 63 | 110 |
| Binary | 11011100 | 10010011 | 10101001 | 0 | 100001 | 10111 | 1110 | 101010110 | 110011 | 1001000 |
Color Harmonies of #DC93A9
Complementary color
Monochromatic Colors of #DC93A9
Black with #DC93A9
Text Example
Text Example
White with #DC93A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC93A9; }
p { color: rgb(220,147,169); }
H1.HeaderClassName
{
color: #DC93A9;
}
.AnyTagClassName
{
color: #DC93A9;
}
</style>
background-color css
<style>
a { background-color: #DC93A9; }
a { background-color: rgb(220,147,169); }
div.DivClassName
{
background-color: #DC93A9;
}
.BgClassName
{
background-color: #DC93A9;
}
</style>
border-color css
<style>
span { border-color: #DC93A9; }
span { border-color: rgb(220,147,169); }
td.TdClassName
{
border-color: #DC93A9;
}
.TagClassName
{
border-color: #DC93A9;
}
</style>