Shades of Kobi #DC81A6
Tints of Kobi #DC81A6
RGB
CMYK
RGB Variations
Color information
#DC81A6 (or 0xDC81A6) is known color: Kobi. HEX triplet: DC, 81 and A6. RGB value is (220,129,166). Sum of RGB (Red+Green+Blue) = 220+129+166=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC81A6 is #237E59. Grayscale: #A0A0A0. Windows color (decimal): -2326106 or 10912220. OLE color: 10912220.
HSL color Cylindrical-coordinate representation of color #DC81A6: hue angle of 335.6º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC81A6 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 166 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.14 |
| HSL | 335.6º | 0.57% | 0.68% | - |
| HSV(B) | 335.6º | 0.41% | 0.86% | - |
| XYZ | 44.25 | 33.67 | 40.24 | - |
| YUV | 160.43 | 131.15 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 166 | 0 | 0.41 | 0.25 | 0.14 | 335.6 | 0.57 | 0.68 |
| Hex | DC | 81 | A6 | 0 | 29 | 19 | E | 150 | 39 | 44 |
| Octal | 334 | 201 | 246 | 0 | 51 | 31 | 16 | 520 | 71 | 104 |
| Binary | 11011100 | 10000001 | 10100110 | 0 | 101001 | 11001 | 1110 | 101010000 | 111001 | 1000100 |
Color Harmonies of #DC81A6
Complementary color
Monochromatic Colors of #DC81A6
Black with #DC81A6
Text Example
Text Example
White with #DC81A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC81A6; }
p { color: rgb(220,129,166); }
H1.HeaderClassName
{
color: #DC81A6;
}
.AnyTagClassName
{
color: #DC81A6;
}
</style>
background-color css
<style>
a { background-color: #DC81A6; }
a { background-color: rgb(220,129,166); }
div.DivClassName
{
background-color: #DC81A6;
}
.BgClassName
{
background-color: #DC81A6;
}
</style>
border-color css
<style>
span { border-color: #DC81A6; }
span { border-color: rgb(220,129,166); }
td.TdClassName
{
border-color: #DC81A6;
}
.TagClassName
{
border-color: #DC81A6;
}
</style>