Shades of Kobi #DC89A6
Tints of Kobi #DC89A6
RGB
CMYK
RGB Variations
Color information
#DC89A6 (or 0xDC89A6) is known color: Kobi. HEX triplet: DC, 89 and A6. RGB value is (220,137,166). Sum of RGB (Red+Green+Blue) = 220+137+166=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 137 (53.91% from 255 or 26.20% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC89A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC89A6 is #237659. Grayscale: #A5A5A5. Windows color (decimal): -2324058 or 10914268. OLE color: 10914268.
HSL color Cylindrical-coordinate representation of color #DC89A6: hue angle of 339.04º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC89A6 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 166 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.14 |
| HSL | 339.04º | 0.54% | 0.7% | - |
| HSV(B) | 339.04º | 0.38% | 0.86% | - |
| XYZ | 45.34 | 35.86 | 40.61 | - |
| YUV | 165.12 | 128.5 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 166 | 0 | 0.38 | 0.25 | 0.14 | 339.04 | 0.54 | 0.7 |
| Hex | DC | 89 | A6 | 0 | 26 | 19 | E | 153 | 36 | 46 |
| Octal | 334 | 211 | 246 | 0 | 46 | 31 | 16 | 523 | 66 | 106 |
| Binary | 11011100 | 10001001 | 10100110 | 0 | 100110 | 11001 | 1110 | 101010011 | 110110 | 1000110 |
Color Harmonies of #DC89A6
Complementary color
Monochromatic Colors of #DC89A6
Black with #DC89A6
Text Example
Text Example
White with #DC89A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC89A6; }
p { color: rgb(220,137,166); }
H1.HeaderClassName
{
color: #DC89A6;
}
.AnyTagClassName
{
color: #DC89A6;
}
</style>
background-color css
<style>
a { background-color: #DC89A6; }
a { background-color: rgb(220,137,166); }
div.DivClassName
{
background-color: #DC89A6;
}
.BgClassName
{
background-color: #DC89A6;
}
</style>
border-color css
<style>
span { border-color: #DC89A6; }
span { border-color: rgb(220,137,166); }
td.TdClassName
{
border-color: #DC89A6;
}
.TagClassName
{
border-color: #DC89A6;
}
</style>