Shades of Kobi #DC9AB3
Tints of Kobi #DC9AB3
RGB
CMYK
RGB Variations
Color information
#DC9AB3 (or 0xDC9AB3) is known color: Kobi. HEX triplet: DC, 9A and B3. RGB value is (220,154,179). Sum of RGB (Red+Green+Blue) = 220+154+179=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC9AB3 is #23654C. Grayscale: #B0B0B0. Windows color (decimal): -2319693 or 11770588. OLE color: 11770588.
HSL color Cylindrical-coordinate representation of color #DC9AB3: hue angle of 337.27º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9AB3 is Cyan = 0, Magento = 0.3, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 179 | - |
| CMYK | 0 | 0.3 | 0.19 | 0.14 |
| HSL | 337.27º | 0.49% | 0.73% | - |
| HSV(B) | 337.27º | 0.3% | 0.86% | - |
| XYZ | 49.21 | 41.58 | 48.08 | - |
| YUV | 176.58 | 129.37 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 179 | 0 | 0.3 | 0.19 | 0.14 | 337.27 | 0.49 | 0.73 |
| Hex | DC | 9A | B3 | 0 | 1E | 13 | E | 151 | 31 | 49 |
| Octal | 334 | 232 | 263 | 0 | 36 | 23 | 16 | 521 | 61 | 111 |
| Binary | 11011100 | 10011010 | 10110011 | 0 | 11110 | 10011 | 1110 | 101010001 | 110001 | 1001001 |
Color Harmonies of #DC9AB3
Complementary color
Monochromatic Colors of #DC9AB3
Black with #DC9AB3
Text Example
Text Example
White with #DC9AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9AB3; }
p { color: rgb(220,154,179); }
H1.HeaderClassName
{
color: #DC9AB3;
}
.AnyTagClassName
{
color: #DC9AB3;
}
</style>
background-color css
<style>
a { background-color: #DC9AB3; }
a { background-color: rgb(220,154,179); }
div.DivClassName
{
background-color: #DC9AB3;
}
.BgClassName
{
background-color: #DC9AB3;
}
</style>
border-color css
<style>
span { border-color: #DC9AB3; }
span { border-color: rgb(220,154,179); }
td.TdClassName
{
border-color: #DC9AB3;
}
.TagClassName
{
border-color: #DC9AB3;
}
</style>