Shades of Kobi #DCA0B6
Tints of Kobi #DCA0B6
RGB
CMYK
RGB Variations
Color information
#DCA0B6 (or 0xDCA0B6) is known color: Kobi. HEX triplet: DC, A0 and B6. RGB value is (220,160,182). Sum of RGB (Red+Green+Blue) = 220+160+182=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 182 (71.48% from 255 or 32.38% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0B6 is #235F49. Grayscale: #B4B4B4. Windows color (decimal): -2318154 or 11968732. OLE color: 11968732.
HSL color Cylindrical-coordinate representation of color #DCA0B6: hue angle of 338º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCA0B6 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 160 | 182 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.14 |
| HSL | 338º | 0.46% | 0.75% | - |
| HSV(B) | 338º | 0.27% | 0.86% | - |
| XYZ | 50.53 | 43.73 | 50.03 | - |
| YUV | 180.45 | 128.88 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 160 | 182 | 0 | 0.27 | 0.17 | 0.14 | 338 | 0.46 | 0.75 |
| Hex | DC | A0 | B6 | 0 | 1B | 11 | E | 152 | 2E | 4B |
| Octal | 334 | 240 | 266 | 0 | 33 | 21 | 16 | 522 | 56 | 113 |
| Binary | 11011100 | 10100000 | 10110110 | 0 | 11011 | 10001 | 1110 | 101010010 | 101110 | 1001011 |
Color Harmonies of #DCA0B6
Complementary color
Monochromatic Colors of #DCA0B6
Black with #DCA0B6
Text Example
Text Example
White with #DCA0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA0B6; }
p { color: rgb(220,160,182); }
H1.HeaderClassName
{
color: #DCA0B6;
}
.AnyTagClassName
{
color: #DCA0B6;
}
</style>
background-color css
<style>
a { background-color: #DCA0B6; }
a { background-color: rgb(220,160,182); }
div.DivClassName
{
background-color: #DCA0B6;
}
.BgClassName
{
background-color: #DCA0B6;
}
</style>
border-color css
<style>
span { border-color: #DCA0B6; }
span { border-color: rgb(220,160,182); }
td.TdClassName
{
border-color: #DCA0B6;
}
.TagClassName
{
border-color: #DCA0B6;
}
</style>