Shades of Kobi #DC9FAB
Tints of Kobi #DC9FAB
RGB
CMYK
RGB Variations
Color information
#DC9FAB (or 0xDC9FAB) is known color: Kobi. HEX triplet: DC, 9F and AB. RGB value is (220,159,171). Sum of RGB (Red+Green+Blue) = 220+159+171=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9FAB is #236054. Grayscale: #B2B2B2. Windows color (decimal): -2318421 or 11247580. OLE color: 11247580.
HSL color Cylindrical-coordinate representation of color #DC9FAB: hue angle of 348.2º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DC9FAB is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 171 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.14 |
| HSL | 348.2º | 0.47% | 0.74% | - |
| HSV(B) | 348.2º | 0.28% | 0.86% | - |
| XYZ | 49.26 | 42.95 | 44.22 | - |
| YUV | 178.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 171 | 0 | 0.28 | 0.22 | 0.14 | 348.2 | 0.47 | 0.74 |
| Hex | DC | 9F | AB | 0 | 1C | 16 | E | 15C | 2F | 4A |
| Octal | 334 | 237 | 253 | 0 | 34 | 26 | 16 | 534 | 57 | 112 |
| Binary | 11011100 | 10011111 | 10101011 | 0 | 11100 | 10110 | 1110 | 101011100 | 101111 | 1001010 |
Color Harmonies of #DC9FAB
Complementary color
Monochromatic Colors of #DC9FAB
Black with #DC9FAB
Text Example
Text Example
White with #DC9FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9FAB; }
p { color: rgb(220,159,171); }
H1.HeaderClassName
{
color: #DC9FAB;
}
.AnyTagClassName
{
color: #DC9FAB;
}
</style>
background-color css
<style>
a { background-color: #DC9FAB; }
a { background-color: rgb(220,159,171); }
div.DivClassName
{
background-color: #DC9FAB;
}
.BgClassName
{
background-color: #DC9FAB;
}
</style>
border-color css
<style>
span { border-color: #DC9FAB; }
span { border-color: rgb(220,159,171); }
td.TdClassName
{
border-color: #DC9FAB;
}
.TagClassName
{
border-color: #DC9FAB;
}
</style>