Shades of Kobi #DC7BAB
Tints of Kobi #DC7BAB
RGB
CMYK
RGB Variations
Color information
#DC7BAB (or 0xDC7BAB) is known color: Kobi. HEX triplet: DC, 7B and AB. RGB value is (220,123,171). Sum of RGB (Red+Green+Blue) = 220+123+171=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7BAB is #238454. Grayscale: #9D9D9D. Windows color (decimal): -2327637 or 11238364. OLE color: 11238364.
HSL color Cylindrical-coordinate representation of color #DC7BAB: hue angle of 330.31º 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 #DC7BAB is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 171 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.14 |
| HSL | 330.31º | 0.58% | 0.67% | - |
| HSV(B) | 330.31º | 0.44% | 0.86% | - |
| XYZ | 43.95 | 32.32 | 42.45 | - |
| YUV | 157.48 | 135.64 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 171 | 0 | 0.44 | 0.22 | 0.14 | 330.31 | 0.58 | 0.67 |
| Hex | DC | 7B | AB | 0 | 2C | 16 | E | 14A | 3A | 43 |
| Octal | 334 | 173 | 253 | 0 | 54 | 26 | 16 | 512 | 72 | 103 |
| Binary | 11011100 | 1111011 | 10101011 | 0 | 101100 | 10110 | 1110 | 101001010 | 111010 | 1000011 |
Color Harmonies of #DC7BAB
Complementary color
Monochromatic Colors of #DC7BAB
Black with #DC7BAB
Text Example
Text Example
White with #DC7BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7BAB; }
p { color: rgb(220,123,171); }
H1.HeaderClassName
{
color: #DC7BAB;
}
.AnyTagClassName
{
color: #DC7BAB;
}
</style>
background-color css
<style>
a { background-color: #DC7BAB; }
a { background-color: rgb(220,123,171); }
div.DivClassName
{
background-color: #DC7BAB;
}
.BgClassName
{
background-color: #DC7BAB;
}
</style>
border-color css
<style>
span { border-color: #DC7BAB; }
span { border-color: rgb(220,123,171); }
td.TdClassName
{
border-color: #DC7BAB;
}
.TagClassName
{
border-color: #DC7BAB;
}
</style>