Shades of Kobi #DCA2B0
Tints of Kobi #DCA2B0
RGB
CMYK
RGB Variations
Color information
#DCA2B0 (or 0xDCA2B0) is known color: Kobi. HEX triplet: DC, A2 and B0. RGB value is (220,162,176). Sum of RGB (Red+Green+Blue) = 220+162+176=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 162 (63.67% from 255 or 29.03% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA2B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA2B0 is #235D4F. Grayscale: #B4B4B4. Windows color (decimal): -2317648 or 11576028. OLE color: 11576028.
HSL color Cylindrical-coordinate representation of color #DCA2B0: hue angle of 345.52º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCA2B0 is Cyan = 0, Magento = 0.26, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 162 | 176 | - |
| CMYK | 0 | 0.26 | 0.2 | 0.14 |
| HSL | 345.52º | 0.45% | 0.75% | - |
| HSV(B) | 345.52º | 0.26% | 0.86% | - |
| XYZ | 50.27 | 44.19 | 46.95 | - |
| YUV | 180.94 | 125.22 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 162 | 176 | 0 | 0.26 | 0.2 | 0.14 | 345.52 | 0.45 | 0.75 |
| Hex | DC | A2 | B0 | 0 | 1A | 14 | E | 15A | 2D | 4B |
| Octal | 334 | 242 | 260 | 0 | 32 | 24 | 16 | 532 | 55 | 113 |
| Binary | 11011100 | 10100010 | 10110000 | 0 | 11010 | 10100 | 1110 | 101011010 | 101101 | 1001011 |
Color Harmonies of #DCA2B0
Complementary color
Monochromatic Colors of #DCA2B0
Black with #DCA2B0
Text Example
Text Example
White with #DCA2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA2B0; }
p { color: rgb(220,162,176); }
H1.HeaderClassName
{
color: #DCA2B0;
}
.AnyTagClassName
{
color: #DCA2B0;
}
</style>
background-color css
<style>
a { background-color: #DCA2B0; }
a { background-color: rgb(220,162,176); }
div.DivClassName
{
background-color: #DCA2B0;
}
.BgClassName
{
background-color: #DCA2B0;
}
</style>
border-color css
<style>
span { border-color: #DCA2B0; }
span { border-color: rgb(220,162,176); }
td.TdClassName
{
border-color: #DCA2B0;
}
.TagClassName
{
border-color: #DCA2B0;
}
</style>