Shades of Kobi #DC96AF
Tints of Kobi #DC96AF
RGB
CMYK
RGB Variations
Color information
#DC96AF (or 0xDC96AF) is known color: Kobi. HEX triplet: DC, 96 and AF. RGB value is (220,150,175). Sum of RGB (Red+Green+Blue) = 220+150+175=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC96AF is #236950. Grayscale: #ADADAD. Windows color (decimal): -2320721 or 11507420. OLE color: 11507420.
HSL color Cylindrical-coordinate representation of color #DC96AF: hue angle of 338.57º 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 #DC96AF is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 175 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.14 |
| HSL | 338.57º | 0.5% | 0.73% | - |
| HSV(B) | 338.57º | 0.32% | 0.86% | - |
| XYZ | 48.16 | 40.12 | 45.76 | - |
| YUV | 173.78 | 128.69 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 175 | 0 | 0.32 | 0.20 | 0.14 | 338.57 | 0.5 | 0.73 |
| Hex | DC | 96 | AF | 0 | 20 | 14 | E | 153 | 32 | 49 |
| Octal | 334 | 226 | 257 | 0 | 40 | 24 | 16 | 523 | 62 | 111 |
| Binary | 11011100 | 10010110 | 10101111 | 0 | 100000 | 10100 | 1110 | 101010011 | 110010 | 1001001 |
Color Harmonies of #DC96AF
Complementary color
Monochromatic Colors of #DC96AF
Black with #DC96AF
Text Example
Text Example
White with #DC96AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC96AF; }
p { color: rgb(220,150,175); }
H1.HeaderClassName
{
color: #DC96AF;
}
.AnyTagClassName
{
color: #DC96AF;
}
</style>
background-color css
<style>
a { background-color: #DC96AF; }
a { background-color: rgb(220,150,175); }
div.DivClassName
{
background-color: #DC96AF;
}
.BgClassName
{
background-color: #DC96AF;
}
</style>
border-color css
<style>
span { border-color: #DC96AF; }
span { border-color: rgb(220,150,175); }
td.TdClassName
{
border-color: #DC96AF;
}
.TagClassName
{
border-color: #DC96AF;
}
</style>