Shades of Kobi #DC8AAC
Tints of Kobi #DC8AAC
RGB
CMYK
RGB Variations
Color information
#DC8AAC (or 0xDC8AAC) is known color: Kobi. HEX triplet: DC, 8A and AC. RGB value is (220,138,172). Sum of RGB (Red+Green+Blue) = 220+138+172=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8AAC is #237553. Grayscale: #A6A6A6. Windows color (decimal): -2323796 or 11307740. OLE color: 11307740.
HSL color Cylindrical-coordinate representation of color #DC8AAC: hue angle of 335.12º 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 #DC8AAC is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 138 | 172 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.14 |
| HSL | 335.12º | 0.54% | 0.7% | - |
| HSV(B) | 335.12º | 0.37% | 0.86% | - |
| XYZ | 46.05 | 36.37 | 43.62 | - |
| YUV | 166.39 | 131.17 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 172 | 0 | 0.37 | 0.22 | 0.14 | 335.12 | 0.54 | 0.7 |
| Hex | DC | 8A | AC | 0 | 25 | 16 | E | 14F | 36 | 46 |
| Octal | 334 | 212 | 254 | 0 | 45 | 26 | 16 | 517 | 66 | 106 |
| Binary | 11011100 | 10001010 | 10101100 | 0 | 100101 | 10110 | 1110 | 101001111 | 110110 | 1000110 |
Color Harmonies of #DC8AAC
Complementary color
Monochromatic Colors of #DC8AAC
Black with #DC8AAC
Text Example
Text Example
White with #DC8AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8AAC; }
p { color: rgb(220,138,172); }
H1.HeaderClassName
{
color: #DC8AAC;
}
.AnyTagClassName
{
color: #DC8AAC;
}
</style>
background-color css
<style>
a { background-color: #DC8AAC; }
a { background-color: rgb(220,138,172); }
div.DivClassName
{
background-color: #DC8AAC;
}
.BgClassName
{
background-color: #DC8AAC;
}
</style>
border-color css
<style>
span { border-color: #DC8AAC; }
span { border-color: rgb(220,138,172); }
td.TdClassName
{
border-color: #DC8AAC;
}
.TagClassName
{
border-color: #DC8AAC;
}
</style>