Shades of Kobi #DC94AB
Tints of Kobi #DC94AB
RGB
CMYK
RGB Variations
Color information
#DC94AB (or 0xDC94AB) is known color: Kobi. HEX triplet: DC, 94 and AB. RGB value is (220,148,171). Sum of RGB (Red+Green+Blue) = 220+148+171=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DC94AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC94AB is #236B54. Grayscale: #ACACAC. Windows color (decimal): -2321237 or 11244764. OLE color: 11244764.
HSL color Cylindrical-coordinate representation of color #DC94AB: hue angle of 340.83º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC94AB is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 171 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.14 |
| HSL | 340.83º | 0.51% | 0.72% | - |
| HSV(B) | 340.83º | 0.33% | 0.86% | - |
| XYZ | 47.46 | 39.34 | 43.62 | - |
| YUV | 172.15 | 127.35 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 171 | 0 | 0.33 | 0.22 | 0.14 | 340.83 | 0.51 | 0.72 |
| Hex | DC | 94 | AB | 0 | 21 | 16 | E | 155 | 33 | 48 |
| Octal | 334 | 224 | 253 | 0 | 41 | 26 | 16 | 525 | 63 | 110 |
| Binary | 11011100 | 10010100 | 10101011 | 0 | 100001 | 10110 | 1110 | 101010101 | 110011 | 1001000 |
Color Harmonies of #DC94AB
Complementary color
Monochromatic Colors of #DC94AB
Black with #DC94AB
Text Example
Text Example
White with #DC94AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC94AB; }
p { color: rgb(220,148,171); }
H1.HeaderClassName
{
color: #DC94AB;
}
.AnyTagClassName
{
color: #DC94AB;
}
</style>
background-color css
<style>
a { background-color: #DC94AB; }
a { background-color: rgb(220,148,171); }
div.DivClassName
{
background-color: #DC94AB;
}
.BgClassName
{
background-color: #DC94AB;
}
</style>
border-color css
<style>
span { border-color: #DC94AB; }
span { border-color: rgb(220,148,171); }
td.TdClassName
{
border-color: #DC94AB;
}
.TagClassName
{
border-color: #DC94AB;
}
</style>