Shades of Kobi #DCA0B4
Tints of Kobi #DCA0B4
RGB
CMYK
RGB Variations
Color information
#DCA0B4 (or 0xDCA0B4) is known color: Kobi. HEX triplet: DC, A0 and B4. RGB value is (220,160,180). Sum of RGB (Red+Green+Blue) = 220+160+180=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 160 (62.89% from 255 or 28.57% from 560); Blue value is 180 (70.70% from 255 or 32.14% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA0B4 is #235F4B. Grayscale: #B4B4B4. Windows color (decimal): -2318156 or 11837660. OLE color: 11837660.
HSL color Cylindrical-coordinate representation of color #DCA0B4: hue angle of 340º 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 #DCA0B4 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 160 | 180 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.14 |
| HSL | 340º | 0.46% | 0.75% | - |
| HSV(B) | 340º | 0.27% | 0.86% | - |
| XYZ | 50.32 | 43.65 | 48.95 | - |
| YUV | 180.22 | 127.88 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 160 | 180 | 0 | 0.27 | 0.18 | 0.14 | 340 | 0.46 | 0.75 |
| Hex | DC | A0 | B4 | 0 | 1B | 12 | E | 154 | 2E | 4B |
| Octal | 334 | 240 | 264 | 0 | 33 | 22 | 16 | 524 | 56 | 113 |
| Binary | 11011100 | 10100000 | 10110100 | 0 | 11011 | 10010 | 1110 | 101010100 | 101110 | 1001011 |
Color Harmonies of #DCA0B4
Complementary color
Monochromatic Colors of #DCA0B4
Black with #DCA0B4
Text Example
Text Example
White with #DCA0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA0B4; }
p { color: rgb(220,160,180); }
H1.HeaderClassName
{
color: #DCA0B4;
}
.AnyTagClassName
{
color: #DCA0B4;
}
</style>
background-color css
<style>
a { background-color: #DCA0B4; }
a { background-color: rgb(220,160,180); }
div.DivClassName
{
background-color: #DCA0B4;
}
.BgClassName
{
background-color: #DCA0B4;
}
</style>
border-color css
<style>
span { border-color: #DCA0B4; }
span { border-color: rgb(220,160,180); }
td.TdClassName
{
border-color: #DCA0B4;
}
.TagClassName
{
border-color: #DCA0B4;
}
</style>