Shades of Kobi #DC7BAC
Tints of Kobi #DC7BAC
RGB
CMYK
RGB Variations
Color information
#DC7BAC (or 0xDC7BAC) is known color: Kobi. HEX triplet: DC, 7B and AC. RGB value is (220,123,172). Sum of RGB (Red+Green+Blue) = 220+123+172=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 123 (48.44% from 255 or 23.88% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7BAC is #238453. Grayscale: #9D9D9D. Windows color (decimal): -2327636 or 11303900. OLE color: 11303900.
HSL color Cylindrical-coordinate representation of color #DC7BAC: hue angle of 329.69º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7BAC is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 172 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.14 |
| HSL | 329.69º | 0.58% | 0.67% | - |
| HSV(B) | 329.69º | 0.44% | 0.86% | - |
| XYZ | 44.04 | 32.36 | 42.95 | - |
| YUV | 157.59 | 136.14 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 172 | 0 | 0.44 | 0.22 | 0.14 | 329.69 | 0.58 | 0.67 |
| Hex | DC | 7B | AC | 0 | 2C | 16 | E | 14A | 3A | 43 |
| Octal | 334 | 173 | 254 | 0 | 54 | 26 | 16 | 512 | 72 | 103 |
| Binary | 11011100 | 1111011 | 10101100 | 0 | 101100 | 10110 | 1110 | 101001010 | 111010 | 1000011 |
Color Harmonies of #DC7BAC
Complementary color
Monochromatic Colors of #DC7BAC
Black with #DC7BAC
Text Example
Text Example
White with #DC7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BAC; }
p { color: rgb(220,123,172); }
H1.HeaderClassName
{
color: #DC7BAC;
}
.AnyTagClassName
{
color: #DC7BAC;
}
</style>
background-color css
<style>
a { background-color: #DC7BAC; }
a { background-color: rgb(220,123,172); }
div.DivClassName
{
background-color: #DC7BAC;
}
.BgClassName
{
background-color: #DC7BAC;
}
</style>
border-color css
<style>
span { border-color: #DC7BAC; }
span { border-color: rgb(220,123,172); }
td.TdClassName
{
border-color: #DC7BAC;
}
.TagClassName
{
border-color: #DC7BAC;
}
</style>