Shades of Kobi #DC96A6
Tints of Kobi #DC96A6
RGB
CMYK
RGB Variations
Color information
#DC96A6 (or 0xDC96A6) is known color: Kobi. HEX triplet: DC, 96 and A6. RGB value is (220,150,166). Sum of RGB (Red+Green+Blue) = 220+150+166=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 166 (65.23% from 255 or 30.97% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC96A6 is #236959. Grayscale: #ACACAC. Windows color (decimal): -2320730 or 10917596. OLE color: 10917596.
HSL color Cylindrical-coordinate representation of color #DC96A6: hue angle of 346.29º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC96A6 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 166 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.14 |
| HSL | 346.29º | 0.5% | 0.73% | - |
| HSV(B) | 346.29º | 0.32% | 0.86% | - |
| XYZ | 47.3 | 39.78 | 41.26 | - |
| YUV | 172.75 | 124.19 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 166 | 0 | 0.32 | 0.25 | 0.14 | 346.29 | 0.5 | 0.73 |
| Hex | DC | 96 | A6 | 0 | 20 | 19 | E | 15A | 32 | 49 |
| Octal | 334 | 226 | 246 | 0 | 40 | 31 | 16 | 532 | 62 | 111 |
| Binary | 11011100 | 10010110 | 10100110 | 0 | 100000 | 11001 | 1110 | 101011010 | 110010 | 1001001 |
Color Harmonies of #DC96A6
Complementary color
Monochromatic Colors of #DC96A6
Black with #DC96A6
Text Example
Text Example
White with #DC96A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC96A6; }
p { color: rgb(220,150,166); }
H1.HeaderClassName
{
color: #DC96A6;
}
.AnyTagClassName
{
color: #DC96A6;
}
</style>
background-color css
<style>
a { background-color: #DC96A6; }
a { background-color: rgb(220,150,166); }
div.DivClassName
{
background-color: #DC96A6;
}
.BgClassName
{
background-color: #DC96A6;
}
</style>
border-color css
<style>
span { border-color: #DC96A6; }
span { border-color: rgb(220,150,166); }
td.TdClassName
{
border-color: #DC96A6;
}
.TagClassName
{
border-color: #DC96A6;
}
</style>