Shades of Kobi #DC96A2
Tints of Kobi #DC96A2
RGB
CMYK
RGB Variations
Color information
#DC96A2 (or 0xDC96A2) is known color: Kobi. HEX triplet: DC, 96 and A2. RGB value is (220,150,162). Sum of RGB (Red+Green+Blue) = 220+150+162=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 162 (63.67% from 255 or 30.45% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC96A2 is #23695D. Grayscale: #ACACAC. Windows color (decimal): -2320734 or 10655452. OLE color: 10655452.
HSL color Cylindrical-coordinate representation of color #DC96A2: hue angle of 349.71º 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 #DC96A2 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 162 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.14 |
| HSL | 349.71º | 0.5% | 0.73% | - |
| HSV(B) | 349.71º | 0.32% | 0.86% | - |
| XYZ | 46.94 | 39.64 | 39.36 | - |
| YUV | 172.3 | 122.19 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 162 | 0 | 0.32 | 0.26 | 0.14 | 349.71 | 0.5 | 0.73 |
| Hex | DC | 96 | A2 | 0 | 20 | 1A | E | 15E | 32 | 49 |
| Octal | 334 | 226 | 242 | 0 | 40 | 32 | 16 | 536 | 62 | 111 |
| Binary | 11011100 | 10010110 | 10100010 | 0 | 100000 | 11010 | 1110 | 101011110 | 110010 | 1001001 |
Color Harmonies of #DC96A2
Complementary color
Monochromatic Colors of #DC96A2
Black with #DC96A2
Text Example
Text Example
White with #DC96A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC96A2; }
p { color: rgb(220,150,162); }
H1.HeaderClassName
{
color: #DC96A2;
}
.AnyTagClassName
{
color: #DC96A2;
}
</style>
background-color css
<style>
a { background-color: #DC96A2; }
a { background-color: rgb(220,150,162); }
div.DivClassName
{
background-color: #DC96A2;
}
.BgClassName
{
background-color: #DC96A2;
}
</style>
border-color css
<style>
span { border-color: #DC96A2; }
span { border-color: rgb(220,150,162); }
td.TdClassName
{
border-color: #DC96A2;
}
.TagClassName
{
border-color: #DC96A2;
}
</style>