Shades of Kobi #DC96A5
Tints of Kobi #DC96A5
RGB
CMYK
RGB Variations
Color information
#DC96A5 (or 0xDC96A5) is known color: Kobi. HEX triplet: DC, 96 and A5. RGB value is (220,150,165). Sum of RGB (Red+Green+Blue) = 220+150+165=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC96A5 is #23695A. Grayscale: #ACACAC. Windows color (decimal): -2320731 or 10852060. OLE color: 10852060.
HSL color Cylindrical-coordinate representation of color #DC96A5: hue angle of 347.14º 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 #DC96A5 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 165 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.14 |
| HSL | 347.14º | 0.5% | 0.73% | - |
| HSV(B) | 347.14º | 0.32% | 0.86% | - |
| XYZ | 47.21 | 39.74 | 40.78 | - |
| YUV | 172.64 | 123.69 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 165 | 0 | 0.32 | 0.25 | 0.14 | 347.14 | 0.5 | 0.73 |
| Hex | DC | 96 | A5 | 0 | 20 | 19 | E | 15B | 32 | 49 |
| Octal | 334 | 226 | 245 | 0 | 40 | 31 | 16 | 533 | 62 | 111 |
| Binary | 11011100 | 10010110 | 10100101 | 0 | 100000 | 11001 | 1110 | 101011011 | 110010 | 1001001 |
Color Harmonies of #DC96A5
Complementary color
Monochromatic Colors of #DC96A5
Black with #DC96A5
Text Example
Text Example
White with #DC96A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC96A5; }
p { color: rgb(220,150,165); }
H1.HeaderClassName
{
color: #DC96A5;
}
.AnyTagClassName
{
color: #DC96A5;
}
</style>
background-color css
<style>
a { background-color: #DC96A5; }
a { background-color: rgb(220,150,165); }
div.DivClassName
{
background-color: #DC96A5;
}
.BgClassName
{
background-color: #DC96A5;
}
</style>
border-color css
<style>
span { border-color: #DC96A5; }
span { border-color: rgb(220,150,165); }
td.TdClassName
{
border-color: #DC96A5;
}
.TagClassName
{
border-color: #DC96A5;
}
</style>