Shades of Kobi #DC96AA
Tints of Kobi #DC96AA
RGB
CMYK
RGB Variations
Color information
#DC96AA (or 0xDC96AA) is known color: Kobi. HEX triplet: DC, 96 and AA. RGB value is (220,150,170). Sum of RGB (Red+Green+Blue) = 220+150+170=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC96AA is #236955. Grayscale: #ADADAD. Windows color (decimal): -2320726 or 11179740. OLE color: 11179740.
HSL color Cylindrical-coordinate representation of color #DC96AA: hue angle of 342.86º 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 #DC96AA is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 170 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.14 |
| HSL | 342.86º | 0.5% | 0.73% | - |
| HSV(B) | 342.86º | 0.32% | 0.86% | - |
| XYZ | 47.68 | 39.93 | 43.22 | - |
| YUV | 173.21 | 126.19 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 170 | 0 | 0.32 | 0.23 | 0.14 | 342.86 | 0.5 | 0.73 |
| Hex | DC | 96 | AA | 0 | 20 | 17 | E | 157 | 32 | 49 |
| Octal | 334 | 226 | 252 | 0 | 40 | 27 | 16 | 527 | 62 | 111 |
| Binary | 11011100 | 10010110 | 10101010 | 0 | 100000 | 10111 | 1110 | 101010111 | 110010 | 1001001 |
Color Harmonies of #DC96AA
Complementary color
Monochromatic Colors of #DC96AA
Black with #DC96AA
Text Example
Text Example
White with #DC96AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC96AA; }
p { color: rgb(220,150,170); }
H1.HeaderClassName
{
color: #DC96AA;
}
.AnyTagClassName
{
color: #DC96AA;
}
</style>
background-color css
<style>
a { background-color: #DC96AA; }
a { background-color: rgb(220,150,170); }
div.DivClassName
{
background-color: #DC96AA;
}
.BgClassName
{
background-color: #DC96AA;
}
</style>
border-color css
<style>
span { border-color: #DC96AA; }
span { border-color: rgb(220,150,170); }
td.TdClassName
{
border-color: #DC96AA;
}
.TagClassName
{
border-color: #DC96AA;
}
</style>