Shades of Kobi #DC7CAB
Tints of Kobi #DC7CAB
RGB
CMYK
RGB Variations
Color information
#DC7CAB (or 0xDC7CAB) is known color: Kobi. HEX triplet: DC, 7C and AB. RGB value is (220,124,171). Sum of RGB (Red+Green+Blue) = 220+124+171=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7CAB is #238354. Grayscale: #9D9D9D. Windows color (decimal): -2327381 or 11238620. OLE color: 11238620.
HSL color Cylindrical-coordinate representation of color #DC7CAB: hue angle of 330.62º 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 #DC7CAB is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 124 | 171 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.14 |
| HSL | 330.63º | 0.58% | 0.67% | - |
| HSV(B) | 330.63º | 0.44% | 0.86% | - |
| XYZ | 44.07 | 32.57 | 42.49 | - |
| YUV | 158.06 | 135.3 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 171 | 0 | 0.44 | 0.22 | 0.14 | 330.63 | 0.58 | 0.67 |
| Hex | DC | 7C | AB | 0 | 2C | 16 | E | 14B | 3A | 43 |
| Octal | 334 | 174 | 253 | 0 | 54 | 26 | 16 | 513 | 72 | 103 |
| Binary | 11011100 | 1111100 | 10101011 | 0 | 101100 | 10110 | 1110 | 101001011 | 111010 | 1000011 |
Color Harmonies of #DC7CAB
Complementary color
Monochromatic Colors of #DC7CAB
Black with #DC7CAB
Text Example
Text Example
White with #DC7CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7CAB; }
p { color: rgb(220,124,171); }
H1.HeaderClassName
{
color: #DC7CAB;
}
.AnyTagClassName
{
color: #DC7CAB;
}
</style>
background-color css
<style>
a { background-color: #DC7CAB; }
a { background-color: rgb(220,124,171); }
div.DivClassName
{
background-color: #DC7CAB;
}
.BgClassName
{
background-color: #DC7CAB;
}
</style>
border-color css
<style>
span { border-color: #DC7CAB; }
span { border-color: rgb(220,124,171); }
td.TdClassName
{
border-color: #DC7CAB;
}
.TagClassName
{
border-color: #DC7CAB;
}
</style>