Shades of Kobi #D596A6
Tints of Kobi #D596A6
RGB
CMYK
RGB Variations
Color information
#D596A6 (or 0xD596A6) is known color: Kobi. HEX triplet: D5, 96 and A6. RGB value is (213,150,166). Sum of RGB (Red+Green+Blue) = 213+150+166=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D596A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D596A6 is #2A6959. Grayscale: #AAAAAA. Windows color (decimal): -2779482 or 10917589. OLE color: 10917589.
HSL color Cylindrical-coordinate representation of color #D596A6: hue angle of 344.76º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D596A6 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 166 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.16 |
| HSL | 344.76º | 0.43% | 0.71% | - |
| HSV(B) | 344.76º | 0.3% | 0.84% | - |
| XYZ | 45.23 | 38.71 | 41.16 | - |
| YUV | 170.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 166 | 0 | 0.30 | 0.22 | 0.16 | 344.76 | 0.43 | 0.71 |
| Hex | D5 | 96 | A6 | 0 | 1E | 16 | 10 | 159 | 2B | 47 |
| Octal | 325 | 226 | 246 | 0 | 36 | 26 | 20 | 531 | 53 | 107 |
| Binary | 11010101 | 10010110 | 10100110 | 0 | 11110 | 10110 | 10000 | 101011001 | 101011 | 1000111 |
Color Harmonies of #D596A6
Complementary color
Monochromatic Colors of #D596A6
Black with #D596A6
Text Example
Text Example
White with #D596A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D596A6; }
p { color: rgb(213,150,166); }
H1.HeaderClassName
{
color: #D596A6;
}
.AnyTagClassName
{
color: #D596A6;
}
</style>
background-color css
<style>
a { background-color: #D596A6; }
a { background-color: rgb(213,150,166); }
div.DivClassName
{
background-color: #D596A6;
}
.BgClassName
{
background-color: #D596A6;
}
</style>
border-color css
<style>
span { border-color: #D596A6; }
span { border-color: rgb(213,150,166); }
td.TdClassName
{
border-color: #D596A6;
}
.TagClassName
{
border-color: #D596A6;
}
</style>