Shades of Kobi #DC8BAB
Tints of Kobi #DC8BAB
RGB
CMYK
RGB Variations
Color information
#DC8BAB (or 0xDC8BAB) is known color: Kobi. HEX triplet: DC, 8B and AB. RGB value is (220,139,171). Sum of RGB (Red+Green+Blue) = 220+139+171=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8BAB is #237454. Grayscale: #A6A6A6. Windows color (decimal): -2323541 or 11242460. OLE color: 11242460.
HSL color Cylindrical-coordinate representation of color #DC8BAB: hue angle of 336.3º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8BAB is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 139 | 171 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.14 |
| HSL | 336.3º | 0.54% | 0.7% | - |
| HSV(B) | 336.3º | 0.37% | 0.86% | - |
| XYZ | 46.1 | 36.62 | 43.17 | - |
| YUV | 166.87 | 130.34 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 171 | 0 | 0.37 | 0.22 | 0.14 | 336.3 | 0.54 | 0.7 |
| Hex | DC | 8B | AB | 0 | 25 | 16 | E | 150 | 36 | 46 |
| Octal | 334 | 213 | 253 | 0 | 45 | 26 | 16 | 520 | 66 | 106 |
| Binary | 11011100 | 10001011 | 10101011 | 0 | 100101 | 10110 | 1110 | 101010000 | 110110 | 1000110 |
Color Harmonies of #DC8BAB
Complementary color
Monochromatic Colors of #DC8BAB
Black with #DC8BAB
Text Example
Text Example
White with #DC8BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8BAB; }
p { color: rgb(220,139,171); }
H1.HeaderClassName
{
color: #DC8BAB;
}
.AnyTagClassName
{
color: #DC8BAB;
}
</style>
background-color css
<style>
a { background-color: #DC8BAB; }
a { background-color: rgb(220,139,171); }
div.DivClassName
{
background-color: #DC8BAB;
}
.BgClassName
{
background-color: #DC8BAB;
}
</style>
border-color css
<style>
span { border-color: #DC8BAB; }
span { border-color: rgb(220,139,171); }
td.TdClassName
{
border-color: #DC8BAB;
}
.TagClassName
{
border-color: #DC8BAB;
}
</style>