Shades of Kobi #DC96AD
Tints of Kobi #DC96AD
RGB
CMYK
RGB Variations
Color information
#DC96AD (or 0xDC96AD) is known color: Kobi. HEX triplet: DC, 96 and AD. RGB value is (220,150,173). Sum of RGB (Red+Green+Blue) = 220+150+173=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC96AD is #236952. Grayscale: #ADADAD. Windows color (decimal): -2320723 or 11376348. OLE color: 11376348.
HSL color Cylindrical-coordinate representation of color #DC96AD: hue angle of 340.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 #DC96AD is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 173 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.14 |
| HSL | 340.29º | 0.5% | 0.73% | - |
| HSV(B) | 340.29º | 0.32% | 0.86% | - |
| XYZ | 47.96 | 40.05 | 44.74 | - |
| YUV | 173.55 | 127.69 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 173 | 0 | 0.32 | 0.21 | 0.14 | 340.29 | 0.5 | 0.73 |
| Hex | DC | 96 | AD | 0 | 20 | 15 | E | 154 | 32 | 49 |
| Octal | 334 | 226 | 255 | 0 | 40 | 25 | 16 | 524 | 62 | 111 |
| Binary | 11011100 | 10010110 | 10101101 | 0 | 100000 | 10101 | 1110 | 101010100 | 110010 | 1001001 |
Color Harmonies of #DC96AD
Complementary color
Monochromatic Colors of #DC96AD
Black with #DC96AD
Text Example
Text Example
White with #DC96AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC96AD; }
p { color: rgb(220,150,173); }
H1.HeaderClassName
{
color: #DC96AD;
}
.AnyTagClassName
{
color: #DC96AD;
}
</style>
background-color css
<style>
a { background-color: #DC96AD; }
a { background-color: rgb(220,150,173); }
div.DivClassName
{
background-color: #DC96AD;
}
.BgClassName
{
background-color: #DC96AD;
}
</style>
border-color css
<style>
span { border-color: #DC96AD; }
span { border-color: rgb(220,150,173); }
td.TdClassName
{
border-color: #DC96AD;
}
.TagClassName
{
border-color: #DC96AD;
}
</style>